Files
radio_recorder/mainwindow.ui
2020-05-05 22:53:51 +07:00

267 lines
5.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>560</width>
<height>250</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>560</width>
<height>250</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>560</width>
<height>250</height>
</size>
</property>
<property name="windowTitle">
<string>Запись онлайн-радио</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>241</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Times New Roman</family>
<pointsize>18</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Запись онлайн-радио</string>
</property>
</widget>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>400</x>
<y>40</y>
<width>151</width>
<height>141</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>220</x>
<y>190</y>
<width>161</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<family>Times New Roman</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Запись</string>
</property>
</widget>
<widget class="QLineEdit" name="directory">
<property name="geometry">
<rect>
<x>140</x>
<y>160</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Путь сохранения:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Время записи:</string>
</property>
</widget>
<widget class="QLineEdit" name="time">
<property name="geometry">
<rect>
<x>140</x>
<y>70</y>
<width>151</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>400</x>
<y>10</y>
<width>151</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Лог действий</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Ссылка на трансляцию:</string>
</property>
</widget>
<widget class="QLineEdit" name="link">
<property name="geometry">
<rect>
<x>140</x>
<y>40</y>
<width>241</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Битрейт:</string>
</property>
</widget>
<widget class="QComboBox" name="bitrate">
<property name="geometry">
<rect>
<x>140</x>
<y>100</y>
<width>151</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>128k</string>
</property>
</item>
<item>
<property name="text">
<string>192k</string>
</property>
</item>
<item>
<property name="text">
<string>256k</string>
</property>
</item>
<item>
<property name="text">
<string>320k</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Частота дискретизации:</string>
</property>
</widget>
<widget class="QComboBox" name="discretisation">
<property name="geometry">
<rect>
<x>140</x>
<y>130</y>
<width>151</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>44100</string>
</property>
</item>
<item>
<property name="text">
<string>48000</string>
</property>
</item>
<item>
<property name="text">
<string>96000</string>
</property>
</item>
<item>
<property name="text">
<string>192000</string>
</property>
</item>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>