Theme Editor: Removed some lingering debug code
[kugel-rb.git] / rbutil / rbutilqt / installtalkfrm.ui
blob25946a395fbee7be62980e41975d4c6d47834c82
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.xpm</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="labelEncProfile">
66 <property name="text">
67 <string>Encoder profile:</string>
68 </property>
69 </widget>
70 </item>
71 <item row="1" column="0">
72 <widget class="QLabel" name="labelTtsProfile">
73 <property name="text">
74 <string>TTS profile:</string>
75 </property>
76 </widget>
77 </item>
78 <item row="2" column="0">
79 <widget class="QPushButton" name="change">
80 <property name="sizePolicy">
81 <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
82 <horstretch>0</horstretch>
83 <verstretch>0</verstretch>
84 </sizepolicy>
85 </property>
86 <property name="text">
87 <string>Change</string>
88 </property>
89 </widget>
90 </item>
91 <item row="2" column="1">
92 <spacer>
93 <property name="orientation">
94 <enum>Qt::Horizontal</enum>
95 </property>
96 <property name="sizeHint" stdset="0">
97 <size>
98 <width>40</width>
99 <height>20</height>
100 </size>
101 </property>
102 </spacer>
103 </item>
104 </layout>
105 </widget>
106 </item>
107 <item row="4" column="2">
108 <spacer>
109 <property name="orientation">
110 <enum>Qt::Vertical</enum>
111 </property>
112 <property name="sizeHint" stdset="0">
113 <size>
114 <width>20</width>
115 <height>40</height>
116 </size>
117 </property>
118 </spacer>
119 </item>
120 <item row="5" column="1">
121 <spacer>
122 <property name="orientation">
123 <enum>Qt::Horizontal</enum>
124 </property>
125 <property name="sizeHint" stdset="0">
126 <size>
127 <width>40</width>
128 <height>20</height>
129 </size>
130 </property>
131 </spacer>
132 </item>
133 <item row="5" column="2" colspan="2">
134 <layout class="QHBoxLayout">
135 <item>
136 <widget class="QPushButton" name="buttonOk">
137 <property name="text">
138 <string>&amp;Install</string>
139 </property>
140 <property name="icon">
141 <iconset resource="rbutilqt.qrc">
142 <normaloff>:/icons/go-next.png</normaloff>:/icons/go-next.png</iconset>
143 </property>
144 </widget>
145 </item>
146 <item>
147 <widget class="QPushButton" name="buttonCancel">
148 <property name="text">
149 <string>&amp;Cancel</string>
150 </property>
151 <property name="icon">
152 <iconset resource="rbutilqt.qrc">
153 <normaloff>:/icons/process-stop.png</normaloff>:/icons/process-stop.png</iconset>
154 </property>
155 </widget>
156 </item>
157 </layout>
158 </item>
159 <item row="3" column="1" colspan="3">
160 <widget class="QGroupBox" name="groupBox">
161 <property name="title">
162 <string>Generation options</string>
163 </property>
164 <layout class="QGridLayout" name="gridLayout">
165 <item row="2" column="1">
166 <widget class="QLineEdit" name="ignoreFiles"/>
167 </item>
168 <item row="2" column="0">
169 <widget class="QLabel" name="label_3">
170 <property name="text">
171 <string>Ignore files (comma seperated Wildcards):</string>
172 </property>
173 </widget>
174 </item>
175 <item row="0" column="0">
176 <widget class="QCheckBox" name="talkFiles">
177 <property name="text">
178 <string>Generate .talk files for Files</string>
179 </property>
180 <property name="checked">
181 <bool>true</bool>
182 </property>
183 <property name="tristate">
184 <bool>false</bool>
185 </property>
186 </widget>
187 </item>
188 <item row="4" column="0">
189 <widget class="QCheckBox" name="talkFolders">
190 <property name="text">
191 <string>Generate .talk files for Folders</string>
192 </property>
193 <property name="checked">
194 <bool>true</bool>
195 </property>
196 </widget>
197 </item>
198 <item row="5" column="0">
199 <widget class="QCheckBox" name="recursive">
200 <property name="text">
201 <string>Run recursive</string>
202 </property>
203 <property name="checked">
204 <bool>true</bool>
205 </property>
206 </widget>
207 </item>
208 <item row="6" column="0">
209 <widget class="QCheckBox" name="StripExtensions">
210 <property name="text">
211 <string>Strip Extensions</string>
212 </property>
213 <property name="checked">
214 <bool>false</bool>
215 </property>
216 </widget>
217 </item>
218 <item row="7" column="0">
219 <widget class="QCheckBox" name="GenerateOnlyNew">
220 <property name="text">
221 <string>Create only new Talkfiles</string>
222 </property>
223 <property name="checked">
224 <bool>true</bool>
225 </property>
226 </widget>
227 </item>
228 </layout>
229 </widget>
230 </item>
231 </layout>
232 </widget>
233 <tabstops>
234 <tabstop>lineTalkFolder</tabstop>
235 <tabstop>buttonBrowse</tabstop>
236 <tabstop>change</tabstop>
237 <tabstop>buttonOk</tabstop>
238 <tabstop>buttonCancel</tabstop>
239 </tabstops>
240 <resources>
241 <include location="rbutilqt.qrc"/>
242 </resources>
243 <connections>
244 <connection>
245 <sender>buttonOk</sender>
246 <signal>clicked()</signal>
247 <receiver>InstallTalkFrm</receiver>
248 <slot>accept()</slot>
249 <hints>
250 <hint type="sourcelabel">
251 <x>472</x>
252 <y>418</y>
253 </hint>
254 <hint type="destinationlabel">
255 <x>382</x>
256 <y>328</y>
257 </hint>
258 </hints>
259 </connection>
260 <connection>
261 <sender>buttonCancel</sender>
262 <signal>clicked()</signal>
263 <receiver>InstallTalkFrm</receiver>
264 <slot>reject()</slot>
265 <hints>
266 <hint type="sourcelabel">
267 <x>561</x>
268 <y>428</y>
269 </hint>
270 <hint type="destinationlabel">
271 <x>522</x>
272 <y>332</y>
273 </hint>
274 </hints>
275 </connection>
276 </connections>
277 </ui>