Improve voice creation window a bit.
[maemo-rb.git] / rbutil / rbutilqt / installtalkfrm.ui
blobde9a199ac70c977a3277b16ba59bd17d935f6509
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>InstallTalkFrm</class>
4 <widget class="QDialog" name="InstallTalkFrm">
5 <property name="windowModality">
6 <enum>Qt::WindowModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>600</width>
13 <height>450</height>
14 </rect>
15 </property>
16 <property name="windowTitle">
17 <string>Install Talk Files</string>
18 </property>
19 <layout class="QGridLayout" name="gridLayout_2">
20 <item row="0" column="0" rowspan="6">
21 <widget class="QLabel" name="label">
22 <property name="text">
23 <string/>
24 </property>
25 <property name="pixmap">
26 <pixmap resource="rbutilqt.qrc">:/icons/wizard.jpg</pixmap>
27 </property>
28 <property name="alignment">
29 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
30 </property>
31 </widget>
32 </item>
33 <item row="0" column="1" colspan="3">
34 <widget class="QLabel" name="label_2">
35 <property name="text">
36 <string>Select the Folder to generate Talkfiles for.</string>
37 </property>
38 </widget>
39 </item>
40 <item row="1" column="1" colspan="2">
41 <widget class="QLineEdit" name="lineTalkFolder">
42 <property name="accessibleName">
43 <string>Talkfile Folder</string>
44 </property>
45 </widget>
46 </item>
47 <item row="1" column="3">
48 <widget class="QPushButton" name="buttonBrowse">
49 <property name="text">
50 <string>&amp;Browse</string>
51 </property>
52 <property name="icon">
53 <iconset resource="rbutilqt.qrc">
54 <normaloff>:/icons/system-search.png</normaloff>:/icons/system-search.png</iconset>
55 </property>
56 </widget>
57 </item>
58 <item row="2" column="1" colspan="3">
59 <widget class="QGroupBox" name="groupBox_2">
60 <property name="title">
61 <string>Generation settings</string>
62 </property>
63 <layout class="QGridLayout" name="gridLayout_3">
64 <item row="0" column="0">
65 <widget class="QLabel" name="labelTtsProfile">
66 <property name="text">
67 <string>TTS profile:</string>
68 </property>
69 </widget>
70 </item>
71 <item row="0" column="1">
72 <widget class="QPushButton" name="change">
73 <property name="sizePolicy">
74 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
75 <horstretch>0</horstretch>
76 <verstretch>0</verstretch>
77 </sizepolicy>
78 </property>
79 <property name="text">
80 <string>Change</string>
81 </property>
82 </widget>
83 </item>
84 <item row="1" column="1">
85 <spacer>
86 <property name="orientation">
87 <enum>Qt::Horizontal</enum>
88 </property>
89 <property name="sizeHint" stdset="0">
90 <size>
91 <width>40</width>
92 <height>20</height>
93 </size>
94 </property>
95 </spacer>
96 </item>
97 </layout>
98 </widget>
99 </item>
100 <item row="4" column="2">
101 <spacer>
102 <property name="orientation">
103 <enum>Qt::Vertical</enum>
104 </property>
105 <property name="sizeHint" stdset="0">
106 <size>
107 <width>20</width>
108 <height>40</height>
109 </size>
110 </property>
111 </spacer>
112 </item>
113 <item row="5" column="1">
114 <spacer>
115 <property name="orientation">
116 <enum>Qt::Horizontal</enum>
117 </property>
118 <property name="sizeHint" stdset="0">
119 <size>
120 <width>40</width>
121 <height>20</height>
122 </size>
123 </property>
124 </spacer>
125 </item>
126 <item row="5" column="2" colspan="2">
127 <layout class="QHBoxLayout">
128 <item>
129 <widget class="QPushButton" name="buttonOk">
130 <property name="text">
131 <string>&amp;Install</string>
132 </property>
133 <property name="icon">
134 <iconset resource="rbutilqt.qrc">
135 <normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
136 </property>
137 </widget>
138 </item>
139 <item>
140 <widget class="QPushButton" name="buttonCancel">
141 <property name="text">
142 <string>&amp;Cancel</string>
143 </property>
144 <property name="icon">
145 <iconset resource="rbutilqt.qrc">
146 <normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
147 </property>
148 </widget>
149 </item>
150 </layout>
151 </item>
152 <item row="3" column="1" colspan="3">
153 <widget class="QGroupBox" name="groupBox">
154 <property name="title">
155 <string>Generation options</string>
156 </property>
157 <layout class="QGridLayout" name="gridLayout">
158 <item row="2" column="1">
159 <widget class="QLineEdit" name="ignoreFiles"/>
160 </item>
161 <item row="2" column="0">
162 <widget class="QLabel" name="label_3">
163 <property name="text">
164 <string>Ignore files (comma seperated Wildcards):</string>
165 </property>
166 </widget>
167 </item>
168 <item row="0" column="0">
169 <widget class="QCheckBox" name="talkFiles">
170 <property name="text">
171 <string>Generate .talk files for Files</string>
172 </property>
173 <property name="checked">
174 <bool>true</bool>
175 </property>
176 <property name="tristate">
177 <bool>false</bool>
178 </property>
179 </widget>
180 </item>
181 <item row="4" column="0">
182 <widget class="QCheckBox" name="talkFolders">
183 <property name="text">
184 <string>Generate .talk files for Folders</string>
185 </property>
186 <property name="checked">
187 <bool>true</bool>
188 </property>
189 </widget>
190 </item>
191 <item row="5" column="0">
192 <widget class="QCheckBox" name="recursive">
193 <property name="text">
194 <string>Run recursive</string>
195 </property>
196 <property name="checked">
197 <bool>true</bool>
198 </property>
199 </widget>
200 </item>
201 <item row="6" column="0">
202 <widget class="QCheckBox" name="StripExtensions">
203 <property name="text">
204 <string>Strip Extensions</string>
205 </property>
206 <property name="checked">
207 <bool>false</bool>
208 </property>
209 </widget>
210 </item>
211 <item row="7" column="0">
212 <widget class="QCheckBox" name="GenerateOnlyNew">
213 <property name="text">
214 <string>Create only new Talkfiles</string>
215 </property>
216 <property name="checked">
217 <bool>true</bool>
218 </property>
219 </widget>
220 </item>
221 </layout>
222 </widget>
223 </item>
224 </layout>
225 </widget>
226 <tabstops>
227 <tabstop>lineTalkFolder</tabstop>
228 <tabstop>buttonBrowse</tabstop>
229 <tabstop>change</tabstop>
230 <tabstop>buttonOk</tabstop>
231 <tabstop>buttonCancel</tabstop>
232 </tabstops>
233 <resources>
234 <include location="rbutilqt.qrc"/>
235 </resources>
236 <connections>
237 <connection>
238 <sender>buttonOk</sender>
239 <signal>clicked()</signal>
240 <receiver>InstallTalkFrm</receiver>
241 <slot>accept()</slot>
242 <hints>
243 <hint type="sourcelabel">
244 <x>472</x>
245 <y>418</y>
246 </hint>
247 <hint type="destinationlabel">
248 <x>382</x>
249 <y>328</y>
250 </hint>
251 </hints>
252 </connection>
253 <connection>
254 <sender>buttonCancel</sender>
255 <signal>clicked()</signal>
256 <receiver>InstallTalkFrm</receiver>
257 <slot>reject()</slot>
258 <hints>
259 <hint type="sourcelabel">
260 <x>561</x>
261 <y>428</y>
262 </hint>
263 <hint type="destinationlabel">
264 <x>522</x>
265 <y>332</y>
266 </hint>
267 </hints>
268 </connection>
269 </connections>
270 </ui>