Let qmake generate an install Makefile target to install the binary. Doesn't handle...
[Rockbox.git] / rbutil / rbutilqt / rbspeexcfgfrm.ui
blob0134817fecb8623663fe83df0438cba588f19f91
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="QGroupBox" name="groupBox" >
18      <property name="title" >
19       <string>Configure RbSpeex Encoder</string>
20      </property>
21      <layout class="QGridLayout" >
22       <item row="0" column="0" >
23        <widget class="QDoubleSpinBox" name="volume" >
24         <property name="maximum" >
25          <double>10.000000000000000</double>
26         </property>
27         <property name="singleStep" >
28          <double>0.010000000000000</double>
29         </property>
30         <property name="value" >
31          <double>1.000000000000000</double>
32         </property>
33        </widget>
34       </item>
35       <item row="0" column="1" >
36        <widget class="QLabel" name="label_2" >
37         <property name="text" >
38          <string>Volume</string>
39         </property>
40        </widget>
41       </item>
42       <item row="0" column="2" >
43        <widget class="QCheckBox" name="narrowband" >
44         <property name="text" >
45          <string>Narrowband</string>
46         </property>
47        </widget>
48       </item>
49       <item row="1" column="0" >
50        <widget class="QDoubleSpinBox" name="quality" >
51         <property name="decimals" >
52          <number>1</number>
53         </property>
54         <property name="maximum" >
55          <double>10.000000000000000</double>
56         </property>
57         <property name="singleStep" >
58          <double>1.000000000000000</double>
59         </property>
60         <property name="value" >
61          <double>8.000000000000000</double>
62         </property>
63        </widget>
64       </item>
65       <item row="1" column="1" colspan="2" >
66        <widget class="QLabel" name="label" >
67         <property name="text" >
68          <string>Quality</string>
69         </property>
70        </widget>
71       </item>
72       <item row="2" column="0" >
73        <widget class="QSpinBox" name="complexity" >
74         <property name="maximum" >
75          <number>10</number>
76         </property>
77         <property name="value" >
78          <number>10</number>
79         </property>
80        </widget>
81       </item>
82       <item row="2" column="1" colspan="2" >
83        <widget class="QLabel" name="label_3" >
84         <property name="text" >
85          <string>Complexity</string>
86         </property>
87        </widget>
88       </item>
89      </layout>
90     </widget>
91    </item>
92    <item row="1" column="0" >
93     <widget class="QPushButton" name="reset" >
94      <property name="text" >
95       <string>Reset</string>
96      </property>
97     </widget>
98    </item>
99    <item row="1" column="1" >
100     <spacer>
101      <property name="orientation" >
102       <enum>Qt::Horizontal</enum>
103      </property>
104      <property name="sizeHint" >
105       <size>
106        <width>40</width>
107        <height>20</height>
108       </size>
109      </property>
110     </spacer>
111    </item>
112    <item row="1" column="2" >
113     <widget class="QPushButton" name="buttonOk" >
114      <property name="text" >
115       <string>&amp;Ok</string>
116      </property>
117      <property name="icon" >
118       <iconset resource="rbutilqt.qrc" >:/icons/go-next.png</iconset>
119      </property>
120     </widget>
121    </item>
122    <item row="1" column="3" >
123     <widget class="QPushButton" name="buttonCancel" >
124      <property name="text" >
125       <string>&amp;Cancel</string>
126      </property>
127      <property name="icon" >
128       <iconset resource="rbutilqt.qrc" >:/icons/process-stop.png</iconset>
129      </property>
130     </widget>
131    </item>
132   </layout>
133  </widget>
134  <resources>
135   <include location="rbutilqt.qrc" />
136  </resources>
137  <connections>
138   <connection>
139    <sender>buttonOk</sender>
140    <signal>clicked()</signal>
141    <receiver>RbSpeexCfgFrm</receiver>
142    <slot>accept()</slot>
143    <hints>
144     <hint type="sourcelabel" >
145      <x>253</x>
146      <y>147</y>
147     </hint>
148     <hint type="destinationlabel" >
149      <x>203</x>
150      <y>86</y>
151     </hint>
152    </hints>
153   </connection>
154   <connection>
155    <sender>buttonCancel</sender>
156    <signal>clicked()</signal>
157    <receiver>RbSpeexCfgFrm</receiver>
158    <slot>reject()</slot>
159    <hints>
160     <hint type="sourcelabel" >
161      <x>352</x>
162      <y>147</y>
163     </hint>
164     <hint type="destinationlabel" >
165      <x>203</x>
166      <y>86</y>
167     </hint>
168    </hints>
169   </connection>
170  </connections>
171 </ui>