summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/rbspeexcfgfrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/rbspeexcfgfrm.ui')
-rw-r--r--rbutil/rbutilqt/rbspeexcfgfrm.ui154
1 files changed, 154 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/rbspeexcfgfrm.ui b/rbutil/rbutilqt/rbspeexcfgfrm.ui
new file mode 100644
index 0000000000..ac57819fb0
--- /dev/null
+++ b/rbutil/rbutilqt/rbspeexcfgfrm.ui
@@ -0,0 +1,154 @@
1<ui version="4.0" >
2 <class>RbSpeexCfgFrm</class>
3 <widget class="QDialog" name="RbSpeexCfgFrm" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>408</width>
9 <height>173</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Configuration</string>
14 </property>
15 <layout class="QGridLayout" >
16 <item row="0" column="0" colspan="4" >
17 <widget class="QLabel" name="labelTitle" >
18 <property name="text" >
19 <string>Configure RbSpeex Encoder</string>
20 </property>
21 </widget>
22 </item>
23 <item row="1" column="0" >
24 <widget class="QDoubleSpinBox" name="volume" >
25 <property name="value" >
26 <double>1.000000000000000</double>
27 </property>
28 </widget>
29 </item>
30 <item row="1" column="1" >
31 <widget class="QLabel" name="label_2" >
32 <property name="text" >
33 <string>Volume</string>
34 </property>
35 </widget>
36 </item>
37 <item row="1" column="2" colspan="2" >
38 <widget class="QCheckBox" name="narrowband" >
39 <property name="text" >
40 <string>Narrowband</string>
41 </property>
42 </widget>
43 </item>
44 <item row="2" column="0" >
45 <widget class="QDoubleSpinBox" name="quality" >
46 <property name="singleStep" >
47 <double>1.000000000000000</double>
48 </property>
49 <property name="value" >
50 <double>8.000000000000000</double>
51 </property>
52 </widget>
53 </item>
54 <item row="2" column="1" >
55 <widget class="QLabel" name="label" >
56 <property name="text" >
57 <string>Quality</string>
58 </property>
59 </widget>
60 </item>
61 <item row="3" column="0" >
62 <widget class="QSpinBox" name="complexity" >
63 <property name="value" >
64 <number>3</number>
65 </property>
66 </widget>
67 </item>
68 <item row="3" column="1" >
69 <widget class="QLabel" name="label_3" >
70 <property name="text" >
71 <string>Complexity</string>
72 </property>
73 </widget>
74 </item>
75 <item row="4" column="1" >
76 <spacer>
77 <property name="orientation" >
78 <enum>Qt::Horizontal</enum>
79 </property>
80 <property name="sizeHint" >
81 <size>
82 <width>40</width>
83 <height>20</height>
84 </size>
85 </property>
86 </spacer>
87 </item>
88 <item row="4" column="2" >
89 <widget class="QPushButton" name="buttonOk" >
90 <property name="text" >
91 <string>&amp;Ok</string>
92 </property>
93 <property name="icon" >
94 <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
95 </property>
96 </widget>
97 </item>
98 <item row="4" column="3" >
99 <widget class="QPushButton" name="buttonCancel" >
100 <property name="text" >
101 <string>&amp;Cancel</string>
102 </property>
103 <property name="icon" >
104 <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
105 </property>
106 </widget>
107 </item>
108 <item row="4" column="0" >
109 <widget class="QPushButton" name="reset" >
110 <property name="text" >
111 <string>Reset</string>
112 </property>
113 </widget>
114 </item>
115 </layout>
116 </widget>
117 <resources>
118 <include location="rbutilqt.qrc" />
119 </resources>
120 <connections>
121 <connection>
122 <sender>buttonOk</sender>
123 <signal>clicked()</signal>
124 <receiver>RbSpeexCfgFrm</receiver>
125 <slot>accept()</slot>
126 <hints>
127 <hint type="sourcelabel" >
128 <x>253</x>
129 <y>147</y>
130 </hint>
131 <hint type="destinationlabel" >
132 <x>203</x>
133 <y>86</y>
134 </hint>
135 </hints>
136 </connection>
137 <connection>
138 <sender>buttonCancel</sender>
139 <signal>clicked()</signal>
140 <receiver>RbSpeexCfgFrm</receiver>
141 <slot>reject()</slot>
142 <hints>
143 <hint type="sourcelabel" >
144 <x>352</x>
145 <y>147</y>
146 </hint>
147 <hint type="destinationlabel" >
148 <x>203</x>
149 <y>86</y>
150 </hint>
151 </hints>
152 </connection>
153 </connections>
154</ui>