[Feature] Improve uri handling.
[Khopper.git] / plugins / mp3lame / mp3panel.ui
blob8c05b60bea92936b6364129879955ca508af0011
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Mp3Panel</class>
4 <widget class="QWidget" name="Mp3Panel">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>175</width>
10 <height>230</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QGroupBox" name="groupBox">
19 <property name="title">
20 <string>Bit Rate</string>
21 </property>
22 <layout class="QGridLayout" name="gridLayout_2">
23 <item row="0" column="0">
24 <widget class="QRadioButton" name="cbr">
25 <property name="text">
26 <string>CBR</string>
27 </property>
28 <property name="checked">
29 <bool>true</bool>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1">
34 <widget class="QComboBox" name="bitRate"/>
35 </item>
36 <item row="1" column="0">
37 <widget class="QRadioButton" name="vbr">
38 <property name="text">
39 <string>VBR</string>
40 </property>
41 </widget>
42 </item>
43 <item row="1" column="1">
44 <widget class="QComboBox" name="level">
45 <property name="enabled">
46 <bool>false</bool>
47 </property>
48 </widget>
49 </item>
50 </layout>
51 </widget>
52 </item>
53 <item>
54 <widget class="QGroupBox" name="groupBox_2">
55 <property name="title">
56 <string>Sample format</string>
57 </property>
58 <layout class="QVBoxLayout" name="verticalLayout_2">
59 <item>
60 <widget class="QRadioButton" name="radioButton">
61 <property name="text">
62 <string>Same as source</string>
63 </property>
64 <property name="checked">
65 <bool>true</bool>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="QRadioButton" name="custom">
71 <property name="enabled">
72 <bool>false</bool>
73 </property>
74 <property name="text">
75 <string>Custom</string>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <layout class="QGridLayout" name="gridLayout">
81 <item row="0" column="0">
82 <widget class="QLabel" name="label">
83 <property name="text">
84 <string>Sample Rate</string>
85 </property>
86 </widget>
87 </item>
88 <item row="0" column="1">
89 <widget class="QComboBox" name="sampleRate">
90 <property name="enabled">
91 <bool>false</bool>
92 </property>
93 </widget>
94 </item>
95 <item row="1" column="0">
96 <widget class="QLabel" name="label_2">
97 <property name="text">
98 <string>Channels</string>
99 </property>
100 </widget>
101 </item>
102 <item row="1" column="1">
103 <widget class="QComboBox" name="channels">
104 <property name="enabled">
105 <bool>false</bool>
106 </property>
107 </widget>
108 </item>
109 </layout>
110 </item>
111 </layout>
112 </widget>
113 </item>
114 </layout>
115 </widget>
116 <resources/>
117 <connections>
118 <connection>
119 <sender>cbr</sender>
120 <signal>toggled(bool)</signal>
121 <receiver>bitRate</receiver>
122 <slot>setEnabled(bool)</slot>
123 <hints>
124 <hint type="sourcelabel">
125 <x>121</x>
126 <y>62</y>
127 </hint>
128 <hint type="destinationlabel">
129 <x>240</x>
130 <y>62</y>
131 </hint>
132 </hints>
133 </connection>
134 <connection>
135 <sender>vbr</sender>
136 <signal>toggled(bool)</signal>
137 <receiver>level</receiver>
138 <slot>setEnabled(bool)</slot>
139 <hints>
140 <hint type="sourcelabel">
141 <x>99</x>
142 <y>109</y>
143 </hint>
144 <hint type="destinationlabel">
145 <x>296</x>
146 <y>109</y>
147 </hint>
148 </hints>
149 </connection>
150 <connection>
151 <sender>custom</sender>
152 <signal>toggled(bool)</signal>
153 <receiver>sampleRate</receiver>
154 <slot>setEnabled(bool)</slot>
155 <hints>
156 <hint type="sourcelabel">
157 <x>250</x>
158 <y>215</y>
159 </hint>
160 <hint type="destinationlabel">
161 <x>247</x>
162 <y>239</y>
163 </hint>
164 </hints>
165 </connection>
166 <connection>
167 <sender>custom</sender>
168 <signal>toggled(bool)</signal>
169 <receiver>channels</receiver>
170 <slot>setEnabled(bool)</slot>
171 <hints>
172 <hint type="sourcelabel">
173 <x>333</x>
174 <y>207</y>
175 </hint>
176 <hint type="destinationlabel">
177 <x>334</x>
178 <y>266</y>
179 </hint>
180 </hints>
181 </connection>
182 </connections>
183 </ui>