Oops, part 2: I shouldn't remove an icon that is still in use. Also convert some...
[Rockbox.git] / rbutil / rbutilqt / installtalkfrm.ui
blobef1a997826d49f3447346cba82754d7d40a8b01b
1 <ui version="4.0" >
2  <class>InstallTalkFrm</class>
3  <widget class="QDialog" name="InstallTalkFrm" >
4   <property name="windowModality" >
5    <enum>Qt::WindowModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>600</width>
12     <height>450</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string>Install Talk Files</string>
17   </property>
18   <layout class="QGridLayout" >
19    <item rowspan="6" row="0" column="0" >
20     <widget class="QLabel" name="label" >
21      <property name="text" >
22       <string/>
23      </property>
24      <property name="pixmap" >
25       <pixmap resource="rbutilqt.qrc" >:/icons/icons/wizard.xpm</pixmap>
26      </property>
27      <property name="alignment" >
28       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
29      </property>
30     </widget>
31    </item>
32    <item row="0" column="1" colspan="3" >
33     <widget class="QLabel" name="label_2" >
34      <property name="text" >
35       <string>Select the Folder to generate Talkfiles for.</string>
36      </property>
37     </widget>
38    </item>
39    <item row="1" column="1" colspan="2" >
40     <widget class="QLineEdit" name="lineTalkFolder" />
41    </item>
42    <item row="1" column="3" >
43     <widget class="QPushButton" name="buttonBrowse" >
44      <property name="text" >
45       <string>&amp;Browse</string>
46      </property>
47      <property name="icon" >
48       <iconset resource="rbutilqt.qrc" >:/icons/icons/system-search.png</iconset>
49      </property>
50     </widget>
51    </item>
52    <item row="2" column="1" colspan="3" >
53     <widget class="QGroupBox" name="groupBox_2" >
54      <property name="title" >
55       <string>Generation settings</string>
56      </property>
57      <layout class="QGridLayout" >
58       <item row="0" column="0" >
59        <widget class="QLabel" name="labelEncProfile" >
60         <property name="text" >
61          <string>Encoder profile:</string>
62         </property>
63        </widget>
64       </item>
65       <item row="1" column="0" >
66        <widget class="QLabel" name="labelTtsProfile" >
67         <property name="text" >
68          <string>TTS profile:</string>
69         </property>
70        </widget>
71       </item>
72      </layout>
73     </widget>
74    </item>
75    <item row="3" column="1" colspan="3" >
76     <widget class="QGroupBox" name="groupBox" >
77      <property name="title" >
78       <string>Generation options</string>
79      </property>
80      <layout class="QGridLayout" >
81       <item row="0" column="0" >
82        <widget class="QCheckBox" name="OverwriteWav" >
83         <property name="text" >
84          <string>Overwrite Wavefiles</string>
85         </property>
86        </widget>
87       </item>
88       <item row="1" column="0" >
89        <widget class="QCheckBox" name="RemoveWav" >
90         <property name="text" >
91          <string>Remove Wavefiles</string>
92         </property>
93        </widget>
94       </item>
95       <item row="2" column="0" >
96        <widget class="QCheckBox" name="recursive" >
97         <property name="text" >
98          <string>Run recursive</string>
99         </property>
100        </widget>
101       </item>
102       <item row="3" column="0" >
103        <widget class="QCheckBox" name="StripExtensions" >
104         <property name="text" >
105          <string>Strip Extensions</string>
106         </property>
107        </widget>
108       </item>
109       <item row="4" column="0" >
110        <widget class="QCheckBox" name="OverwriteTalk" >
111         <property name="text" >
112          <string>Overwrite Talkfiles</string>
113         </property>
114        </widget>
115       </item>
116      </layout>
117     </widget>
118    </item>
119    <item row="4" column="2" >
120     <spacer>
121      <property name="orientation" >
122       <enum>Qt::Vertical</enum>
123      </property>
124      <property name="sizeHint" >
125       <size>
126        <width>20</width>
127        <height>40</height>
128       </size>
129      </property>
130     </spacer>
131    </item>
132    <item row="5" column="1" >
133     <spacer>
134      <property name="orientation" >
135       <enum>Qt::Horizontal</enum>
136      </property>
137      <property name="sizeHint" >
138       <size>
139        <width>40</width>
140        <height>20</height>
141       </size>
142      </property>
143     </spacer>
144    </item>
145    <item row="5" column="2" colspan="2" >
146     <layout class="QHBoxLayout" >
147      <item>
148       <widget class="QPushButton" name="buttonOk" >
149        <property name="text" >
150         <string>&amp;Ok</string>
151        </property>
152        <property name="icon" >
153         <iconset resource="rbutilqt.qrc" >:/icons/icons/go-next.png</iconset>
154        </property>
155       </widget>
156      </item>
157      <item>
158       <widget class="QPushButton" name="buttonCancel" >
159        <property name="text" >
160         <string>&amp;Cancel</string>
161        </property>
162        <property name="icon" >
163         <iconset resource="rbutilqt.qrc" >:/icons/icons/process-stop.png</iconset>
164        </property>
165       </widget>
166      </item>
167     </layout>
168    </item>
169   </layout>
170  </widget>
171  <resources>
172   <include location="rbutilqt.qrc" />
173  </resources>
174  <connections>
175   <connection>
176    <sender>buttonOk</sender>
177    <signal>clicked()</signal>
178    <receiver>InstallTalkFrm</receiver>
179    <slot>accept()</slot>
180    <hints>
181     <hint type="sourcelabel" >
182      <x>472</x>
183      <y>418</y>
184     </hint>
185     <hint type="destinationlabel" >
186      <x>382</x>
187      <y>328</y>
188     </hint>
189    </hints>
190   </connection>
191   <connection>
192    <sender>buttonCancel</sender>
193    <signal>clicked()</signal>
194    <receiver>InstallTalkFrm</receiver>
195    <slot>reject()</slot>
196    <hints>
197     <hint type="sourcelabel" >
198      <x>561</x>
199      <y>428</y>
200     </hint>
201     <hint type="destinationlabel" >
202      <x>522</x>
203      <y>332</y>
204     </hint>
205    </hints>
206   </connection>
207  </connections>
208 </ui>