|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>DotDesktopWizardDialog</class> |
|
4 <widget class="QDialog" name="DotDesktopWizardDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>650</width> |
|
10 <height>612</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>.desktop Wizard</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
22 <item> |
|
23 <widget class="QLabel" name="label"> |
|
24 <property name="text"> |
|
25 <string>.desktop File Type:</string> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item> |
|
30 <widget class="QComboBox" name="typeComboBox"> |
|
31 <property name="toolTip"> |
|
32 <string>Select a target .desktop file format</string> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <spacer name="horizontalSpacer"> |
|
38 <property name="orientation"> |
|
39 <enum>Qt::Horizontal</enum> |
|
40 </property> |
|
41 <property name="sizeHint" stdset="0"> |
|
42 <size> |
|
43 <width>40</width> |
|
44 <height>20</height> |
|
45 </size> |
|
46 </property> |
|
47 </spacer> |
|
48 </item> |
|
49 </layout> |
|
50 </item> |
|
51 <item> |
|
52 <widget class="QTabWidget" name="dataTabWidget"> |
|
53 <property name="currentIndex"> |
|
54 <number>0</number> |
|
55 </property> |
|
56 <widget class="QWidget" name="basicTab"> |
|
57 <attribute name="title"> |
|
58 <string>Basic</string> |
|
59 </attribute> |
|
60 <layout class="QGridLayout" name="gridLayout"> |
|
61 <item row="0" column="0"> |
|
62 <widget class="QLabel" name="label_3"> |
|
63 <property name="text"> |
|
64 <string>Type:</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item row="0" column="1" colspan="3"> |
|
69 <widget class="QLineEdit" name="typeEdit"> |
|
70 <property name="toolTip"> |
|
71 <string>Enter the type</string> |
|
72 </property> |
|
73 <property name="text"> |
|
74 <string notr="true">Application</string> |
|
75 </property> |
|
76 <property name="placeholderText"> |
|
77 <string>Mandatory</string> |
|
78 </property> |
|
79 <property name="clearButtonEnabled"> |
|
80 <bool>true</bool> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item row="1" column="0"> |
|
85 <widget class="QLabel" name="label_2"> |
|
86 <property name="text"> |
|
87 <string>Version:</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 <item row="1" column="1" colspan="3"> |
|
92 <widget class="QLineEdit" name="versionEdit"> |
|
93 <property name="toolTip"> |
|
94 <string>Enter the version of the .desktop specification</string> |
|
95 </property> |
|
96 <property name="text"> |
|
97 <string notr="true">1.0</string> |
|
98 </property> |
|
99 <property name="clearButtonEnabled"> |
|
100 <bool>true</bool> |
|
101 </property> |
|
102 </widget> |
|
103 </item> |
|
104 <item row="2" column="0"> |
|
105 <widget class="QLabel" name="label_4"> |
|
106 <property name="text"> |
|
107 <string>Name:</string> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 <item row="2" column="1" colspan="3"> |
|
112 <widget class="QLineEdit" name="nameEdit"> |
|
113 <property name="toolTip"> |
|
114 <string>Enter the application name</string> |
|
115 </property> |
|
116 <property name="placeholderText"> |
|
117 <string>Mandatory</string> |
|
118 </property> |
|
119 <property name="clearButtonEnabled"> |
|
120 <bool>true</bool> |
|
121 </property> |
|
122 </widget> |
|
123 </item> |
|
124 <item row="3" column="0"> |
|
125 <widget class="QLabel" name="label_5"> |
|
126 <property name="text"> |
|
127 <string>Generic Name:</string> |
|
128 </property> |
|
129 </widget> |
|
130 </item> |
|
131 <item row="3" column="1" colspan="3"> |
|
132 <widget class="QLineEdit" name="genericNameEdit"> |
|
133 <property name="toolTip"> |
|
134 <string>Enter the generic application name</string> |
|
135 </property> |
|
136 <property name="clearButtonEnabled"> |
|
137 <bool>true</bool> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item row="4" column="0"> |
|
142 <widget class="QLabel" name="label_6"> |
|
143 <property name="text"> |
|
144 <string>Comment:</string> |
|
145 </property> |
|
146 </widget> |
|
147 </item> |
|
148 <item row="4" column="1" colspan="3"> |
|
149 <widget class="QLineEdit" name="commentEdit"> |
|
150 <property name="toolTip"> |
|
151 <string>Enter a comment</string> |
|
152 </property> |
|
153 <property name="clearButtonEnabled"> |
|
154 <bool>true</bool> |
|
155 </property> |
|
156 </widget> |
|
157 </item> |
|
158 <item row="5" column="0"> |
|
159 <widget class="QLabel" name="label_7"> |
|
160 <property name="text"> |
|
161 <string>Icon:</string> |
|
162 </property> |
|
163 </widget> |
|
164 </item> |
|
165 <item row="5" column="1" colspan="3"> |
|
166 <widget class="QLineEdit" name="iconFileEdit"> |
|
167 <property name="toolTip"> |
|
168 <string>Enter the icon file name</string> |
|
169 </property> |
|
170 <property name="clearButtonEnabled"> |
|
171 <bool>true</bool> |
|
172 </property> |
|
173 </widget> |
|
174 </item> |
|
175 <item row="6" column="0"> |
|
176 <widget class="QLabel" name="label_10"> |
|
177 <property name="text"> |
|
178 <string>Try Exec:</string> |
|
179 </property> |
|
180 </widget> |
|
181 </item> |
|
182 <item row="6" column="1" colspan="3"> |
|
183 <widget class="QLineEdit" name="tryExecEdit"> |
|
184 <property name="toolTip"> |
|
185 <string>Enter an executable command used to determine the application's presence</string> |
|
186 </property> |
|
187 <property name="clearButtonEnabled"> |
|
188 <bool>true</bool> |
|
189 </property> |
|
190 </widget> |
|
191 </item> |
|
192 <item row="7" column="0"> |
|
193 <widget class="QLabel" name="label_9"> |
|
194 <property name="text"> |
|
195 <string>Exec:</string> |
|
196 </property> |
|
197 </widget> |
|
198 </item> |
|
199 <item row="7" column="1" colspan="3"> |
|
200 <widget class="QLineEdit" name="execEdit"> |
|
201 <property name="toolTip"> |
|
202 <string>Enter the executable command</string> |
|
203 </property> |
|
204 <property name="clearButtonEnabled"> |
|
205 <bool>true</bool> |
|
206 </property> |
|
207 </widget> |
|
208 </item> |
|
209 <item row="8" column="0"> |
|
210 <widget class="QLabel" name="label_30"> |
|
211 <property name="text"> |
|
212 <string>Path:</string> |
|
213 </property> |
|
214 </widget> |
|
215 </item> |
|
216 <item row="8" column="1" colspan="3"> |
|
217 <widget class="QLineEdit" name="pathEdit"> |
|
218 <property name="toolTip"> |
|
219 <string>Enter the working directory</string> |
|
220 </property> |
|
221 <property name="clearButtonEnabled"> |
|
222 <bool>true</bool> |
|
223 </property> |
|
224 </widget> |
|
225 </item> |
|
226 <item row="9" column="0"> |
|
227 <widget class="QLabel" name="label_12"> |
|
228 <property name="text"> |
|
229 <string>Execute in Terminal:</string> |
|
230 </property> |
|
231 </widget> |
|
232 </item> |
|
233 <item row="9" column="1"> |
|
234 <widget class="QCheckBox" name="terminalCheckBox"> |
|
235 <property name="toolTip"> |
|
236 <string>Select to execute the application in a terminal</string> |
|
237 </property> |
|
238 <property name="text"> |
|
239 <string/> |
|
240 </property> |
|
241 </widget> |
|
242 </item> |
|
243 <item row="9" column="2" colspan="2"> |
|
244 <spacer name="horizontalSpacer_3"> |
|
245 <property name="orientation"> |
|
246 <enum>Qt::Horizontal</enum> |
|
247 </property> |
|
248 <property name="sizeHint" stdset="0"> |
|
249 <size> |
|
250 <width>504</width> |
|
251 <height>20</height> |
|
252 </size> |
|
253 </property> |
|
254 </spacer> |
|
255 </item> |
|
256 <item row="10" column="0"> |
|
257 <widget class="QLabel" name="label_11"> |
|
258 <property name="text"> |
|
259 <string>Mimetype:</string> |
|
260 </property> |
|
261 </widget> |
|
262 </item> |
|
263 <item row="10" column="1" colspan="3"> |
|
264 <widget class="QLineEdit" name="mimetypeEdit"> |
|
265 <property name="toolTip"> |
|
266 <string>Enter the mime type</string> |
|
267 </property> |
|
268 <property name="clearButtonEnabled"> |
|
269 <bool>true</bool> |
|
270 </property> |
|
271 </widget> |
|
272 </item> |
|
273 <item row="11" column="0"> |
|
274 <widget class="QLabel" name="label_8"> |
|
275 <property name="text"> |
|
276 <string>Categories:</string> |
|
277 </property> |
|
278 </widget> |
|
279 </item> |
|
280 <item row="11" column="1" colspan="2"> |
|
281 <widget class="QLineEdit" name="categoriesEdit"> |
|
282 <property name="toolTip"> |
|
283 <string>Enter the list of categories separated by ';'</string> |
|
284 </property> |
|
285 <property name="clearButtonEnabled"> |
|
286 <bool>true</bool> |
|
287 </property> |
|
288 </widget> |
|
289 </item> |
|
290 <item row="11" column="3"> |
|
291 <widget class="QToolButton" name="categoriesButton"> |
|
292 <property name="toolTip"> |
|
293 <string>Press to select the categories via a dialog</string> |
|
294 </property> |
|
295 </widget> |
|
296 </item> |
|
297 <item row="12" column="0"> |
|
298 <widget class="QLabel" name="label_13"> |
|
299 <property name="text"> |
|
300 <string>Actions:</string> |
|
301 </property> |
|
302 </widget> |
|
303 </item> |
|
304 <item row="12" column="1" colspan="3"> |
|
305 <widget class="QLineEdit" name="actionsEdit"> |
|
306 <property name="toolTip"> |
|
307 <string>Enter the list of actions separated by ';'</string> |
|
308 </property> |
|
309 <property name="clearButtonEnabled"> |
|
310 <bool>true</bool> |
|
311 </property> |
|
312 </widget> |
|
313 </item> |
|
314 <item row="13" column="0"> |
|
315 <widget class="QLabel" name="label_14"> |
|
316 <property name="text"> |
|
317 <string>Only Show In:</string> |
|
318 </property> |
|
319 </widget> |
|
320 </item> |
|
321 <item row="13" column="1" colspan="2"> |
|
322 <widget class="QLineEdit" name="onlyShowEdit"> |
|
323 <property name="toolTip"> |
|
324 <string>Enter the list of environments to show in separated by ';'</string> |
|
325 </property> |
|
326 <property name="placeholderText"> |
|
327 <string>Only one of 'Only Show In' or 'Not Show In' allowed</string> |
|
328 </property> |
|
329 <property name="clearButtonEnabled"> |
|
330 <bool>true</bool> |
|
331 </property> |
|
332 </widget> |
|
333 </item> |
|
334 <item row="13" column="3"> |
|
335 <widget class="QToolButton" name="onlyShowButton"> |
|
336 <property name="toolTip"> |
|
337 <string>Press to select the environments via a dialog</string> |
|
338 </property> |
|
339 </widget> |
|
340 </item> |
|
341 <item row="14" column="0"> |
|
342 <widget class="QLabel" name="label_15"> |
|
343 <property name="text"> |
|
344 <string>Not Show In:</string> |
|
345 </property> |
|
346 </widget> |
|
347 </item> |
|
348 <item row="14" column="1" colspan="2"> |
|
349 <widget class="QLineEdit" name="notShowEdit"> |
|
350 <property name="toolTip"> |
|
351 <string>Enter the list of environments to not show in separated by ';'</string> |
|
352 </property> |
|
353 <property name="placeholderText"> |
|
354 <string>Only one of 'Only Show In' or 'Not Show In' allowed</string> |
|
355 </property> |
|
356 <property name="clearButtonEnabled"> |
|
357 <bool>true</bool> |
|
358 </property> |
|
359 </widget> |
|
360 </item> |
|
361 <item row="14" column="3"> |
|
362 <widget class="QToolButton" name="notShowButton"> |
|
363 <property name="toolTip"> |
|
364 <string>Press to select the environments via a dialog</string> |
|
365 </property> |
|
366 </widget> |
|
367 </item> |
|
368 <item row="15" column="2"> |
|
369 <spacer name="verticalSpacer"> |
|
370 <property name="orientation"> |
|
371 <enum>Qt::Vertical</enum> |
|
372 </property> |
|
373 <property name="sizeHint" stdset="0"> |
|
374 <size> |
|
375 <width>20</width> |
|
376 <height>4</height> |
|
377 </size> |
|
378 </property> |
|
379 </spacer> |
|
380 </item> |
|
381 </layout> |
|
382 </widget> |
|
383 <widget class="QWidget" name="kdeTab"> |
|
384 <attribute name="title"> |
|
385 <string>KDE Plasma</string> |
|
386 </attribute> |
|
387 <layout class="QGridLayout" name="gridLayout_2"> |
|
388 <item row="0" column="0"> |
|
389 <widget class="QLabel" name="label_16"> |
|
390 <property name="text"> |
|
391 <string>Encoding:</string> |
|
392 </property> |
|
393 </widget> |
|
394 </item> |
|
395 <item row="0" column="1" colspan="2"> |
|
396 <widget class="QComboBox" name="kdeEncodingComboBox"> |
|
397 <property name="toolTip"> |
|
398 <string>Select the encoding of the file</string> |
|
399 </property> |
|
400 </widget> |
|
401 </item> |
|
402 <item row="1" column="0"> |
|
403 <widget class="QLabel" name="label_17"> |
|
404 <property name="text"> |
|
405 <string>API:</string> |
|
406 </property> |
|
407 </widget> |
|
408 </item> |
|
409 <item row="1" column="1" colspan="2"> |
|
410 <widget class="QComboBox" name="kdeApiComboBox"> |
|
411 <property name="toolTip"> |
|
412 <string>Select the Plasma API</string> |
|
413 </property> |
|
414 </widget> |
|
415 </item> |
|
416 <item row="2" column="0"> |
|
417 <widget class="QLabel" name="label_18"> |
|
418 <property name="text"> |
|
419 <string>Service Type:</string> |
|
420 </property> |
|
421 </widget> |
|
422 </item> |
|
423 <item row="2" column="1" colspan="2"> |
|
424 <widget class="QLineEdit" name="kdeServiceTypeEdit"> |
|
425 <property name="toolTip"> |
|
426 <string>Enter the service type</string> |
|
427 </property> |
|
428 <property name="text"> |
|
429 <string notr="true">Plasma/Applet</string> |
|
430 </property> |
|
431 <property name="clearButtonEnabled"> |
|
432 <bool>true</bool> |
|
433 </property> |
|
434 </widget> |
|
435 </item> |
|
436 <item row="3" column="0"> |
|
437 <widget class="QLabel" name="label_19"> |
|
438 <property name="text"> |
|
439 <string>Main Script:</string> |
|
440 </property> |
|
441 </widget> |
|
442 </item> |
|
443 <item row="3" column="1" colspan="2"> |
|
444 <widget class="QLineEdit" name="kdeMainScriptEdit"> |
|
445 <property name="toolTip"> |
|
446 <string>Enter the main script name</string> |
|
447 </property> |
|
448 <property name="clearButtonEnabled"> |
|
449 <bool>true</bool> |
|
450 </property> |
|
451 </widget> |
|
452 </item> |
|
453 <item row="4" column="0"> |
|
454 <widget class="QLabel" name="label_20"> |
|
455 <property name="text"> |
|
456 <string>Author:</string> |
|
457 </property> |
|
458 </widget> |
|
459 </item> |
|
460 <item row="4" column="1" colspan="2"> |
|
461 <widget class="QLineEdit" name="kdeAuthorEdit"> |
|
462 <property name="toolTip"> |
|
463 <string>Enter the author's name</string> |
|
464 </property> |
|
465 <property name="clearButtonEnabled"> |
|
466 <bool>true</bool> |
|
467 </property> |
|
468 </widget> |
|
469 </item> |
|
470 <item row="5" column="0"> |
|
471 <widget class="QLabel" name="label_21"> |
|
472 <property name="text"> |
|
473 <string>Email:</string> |
|
474 </property> |
|
475 </widget> |
|
476 </item> |
|
477 <item row="5" column="1" colspan="2"> |
|
478 <widget class="QLineEdit" name="kdeEmailEdit"> |
|
479 <property name="toolTip"> |
|
480 <string>Enter the auhor email</string> |
|
481 </property> |
|
482 <property name="clearButtonEnabled"> |
|
483 <bool>true</bool> |
|
484 </property> |
|
485 </widget> |
|
486 </item> |
|
487 <item row="6" column="0"> |
|
488 <widget class="QLabel" name="label_23"> |
|
489 <property name="text"> |
|
490 <string>Name:</string> |
|
491 </property> |
|
492 </widget> |
|
493 </item> |
|
494 <item row="6" column="1" colspan="2"> |
|
495 <widget class="QLineEdit" name="kdeNameEdit"> |
|
496 <property name="toolTip"> |
|
497 <string>Enter the application name</string> |
|
498 </property> |
|
499 <property name="clearButtonEnabled"> |
|
500 <bool>true</bool> |
|
501 </property> |
|
502 </widget> |
|
503 </item> |
|
504 <item row="7" column="0"> |
|
505 <widget class="QLabel" name="label_22"> |
|
506 <property name="text"> |
|
507 <string>Version:</string> |
|
508 </property> |
|
509 </widget> |
|
510 </item> |
|
511 <item row="7" column="1" colspan="2"> |
|
512 <widget class="QLineEdit" name="kdeVersionEdit"> |
|
513 <property name="toolTip"> |
|
514 <string>Enter the version number in the form 'major.minor[.patch[.sub]]'</string> |
|
515 </property> |
|
516 <property name="clearButtonEnabled"> |
|
517 <bool>true</bool> |
|
518 </property> |
|
519 </widget> |
|
520 </item> |
|
521 <item row="8" column="0"> |
|
522 <widget class="QLabel" name="label_24"> |
|
523 <property name="text"> |
|
524 <string>Website:</string> |
|
525 </property> |
|
526 </widget> |
|
527 </item> |
|
528 <item row="8" column="1" colspan="2"> |
|
529 <widget class="QLineEdit" name="kdeWebsiteEdit"> |
|
530 <property name="toolTip"> |
|
531 <string>Enter the URL of the website</string> |
|
532 </property> |
|
533 <property name="clearButtonEnabled"> |
|
534 <bool>true</bool> |
|
535 </property> |
|
536 </widget> |
|
537 </item> |
|
538 <item row="9" column="0"> |
|
539 <widget class="QLabel" name="label_25"> |
|
540 <property name="text"> |
|
541 <string>Category:</string> |
|
542 </property> |
|
543 </widget> |
|
544 </item> |
|
545 <item row="9" column="1" colspan="2"> |
|
546 <widget class="QComboBox" name="kdeCategoryComboBox"> |
|
547 <property name="toolTip"> |
|
548 <string>Select a category</string> |
|
549 </property> |
|
550 </widget> |
|
551 </item> |
|
552 <item row="10" column="0"> |
|
553 <widget class="QLabel" name="label_26"> |
|
554 <property name="text"> |
|
555 <string>Depends:</string> |
|
556 </property> |
|
557 </widget> |
|
558 </item> |
|
559 <item row="10" column="1" colspan="2"> |
|
560 <widget class="QLineEdit" name="kdeDependsEdit"> |
|
561 <property name="toolTip"> |
|
562 <string>Enter the list of dependancies separated by ';'</string> |
|
563 </property> |
|
564 <property name="clearButtonEnabled"> |
|
565 <bool>true</bool> |
|
566 </property> |
|
567 </widget> |
|
568 </item> |
|
569 <item row="11" column="0"> |
|
570 <widget class="QLabel" name="label_27"> |
|
571 <property name="text"> |
|
572 <string>License:</string> |
|
573 </property> |
|
574 </widget> |
|
575 </item> |
|
576 <item row="11" column="1" colspan="2"> |
|
577 <widget class="QLineEdit" name="kdeLicensEdit"> |
|
578 <property name="toolTip"> |
|
579 <string>Enter the license type</string> |
|
580 </property> |
|
581 <property name="text"> |
|
582 <string notr="true">GPLv3</string> |
|
583 </property> |
|
584 <property name="clearButtonEnabled"> |
|
585 <bool>true</bool> |
|
586 </property> |
|
587 </widget> |
|
588 </item> |
|
589 <item row="12" column="0"> |
|
590 <widget class="QLabel" name="label_28"> |
|
591 <property name="text"> |
|
592 <string>Enabled by Default:</string> |
|
593 </property> |
|
594 </widget> |
|
595 </item> |
|
596 <item row="12" column="1"> |
|
597 <widget class="QCheckBox" name="kdeEnabledDefaultCheckBox"> |
|
598 <property name="toolTip"> |
|
599 <string>Select to enable this by default</string> |
|
600 </property> |
|
601 <property name="text"> |
|
602 <string/> |
|
603 </property> |
|
604 </widget> |
|
605 </item> |
|
606 <item row="12" column="2"> |
|
607 <spacer name="horizontalSpacer_4"> |
|
608 <property name="orientation"> |
|
609 <enum>Qt::Horizontal</enum> |
|
610 </property> |
|
611 <property name="sizeHint" stdset="0"> |
|
612 <size> |
|
613 <width>508</width> |
|
614 <height>17</height> |
|
615 </size> |
|
616 </property> |
|
617 </spacer> |
|
618 </item> |
|
619 <item row="13" column="0"> |
|
620 <spacer name="verticalSpacer_2"> |
|
621 <property name="orientation"> |
|
622 <enum>Qt::Vertical</enum> |
|
623 </property> |
|
624 <property name="sizeHint" stdset="0"> |
|
625 <size> |
|
626 <width>20</width> |
|
627 <height>37</height> |
|
628 </size> |
|
629 </property> |
|
630 </spacer> |
|
631 </item> |
|
632 </layout> |
|
633 </widget> |
|
634 <widget class="QWidget" name="unityTab"> |
|
635 <attribute name="title"> |
|
636 <string>Unity</string> |
|
637 </attribute> |
|
638 <layout class="QGridLayout" name="gridLayout_3"> |
|
639 <item row="0" column="0"> |
|
640 <widget class="QLabel" name="label_29"> |
|
641 <property name="text"> |
|
642 <string>X-Ayatana-Desktop-Shortcuts:</string> |
|
643 </property> |
|
644 </widget> |
|
645 </item> |
|
646 <item row="0" column="1"> |
|
647 <widget class="QLineEdit" name="unityShortcutsEdit"> |
|
648 <property name="toolTip"> |
|
649 <string>Enter the desktop shortcuts separated by ';'</string> |
|
650 </property> |
|
651 <property name="text"> |
|
652 <string notr="true">Next;Previous</string> |
|
653 </property> |
|
654 <property name="clearButtonEnabled"> |
|
655 <bool>true</bool> |
|
656 </property> |
|
657 </widget> |
|
658 </item> |
|
659 <item row="1" column="1"> |
|
660 <spacer name="verticalSpacer_3"> |
|
661 <property name="orientation"> |
|
662 <enum>Qt::Vertical</enum> |
|
663 </property> |
|
664 <property name="sizeHint" stdset="0"> |
|
665 <size> |
|
666 <width>20</width> |
|
667 <height>382</height> |
|
668 </size> |
|
669 </property> |
|
670 </spacer> |
|
671 </item> |
|
672 </layout> |
|
673 </widget> |
|
674 </widget> |
|
675 </item> |
|
676 <item> |
|
677 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
678 <item> |
|
679 <widget class="QPushButton" name="projectButton"> |
|
680 <property name="toolTip"> |
|
681 <string>Press to populate entry fields from project data</string> |
|
682 </property> |
|
683 <property name="text"> |
|
684 <string>Populate from Project</string> |
|
685 </property> |
|
686 </widget> |
|
687 </item> |
|
688 <item> |
|
689 <spacer name="horizontalSpacer_2"> |
|
690 <property name="orientation"> |
|
691 <enum>Qt::Horizontal</enum> |
|
692 </property> |
|
693 <property name="sizeHint" stdset="0"> |
|
694 <size> |
|
695 <width>40</width> |
|
696 <height>20</height> |
|
697 </size> |
|
698 </property> |
|
699 </spacer> |
|
700 </item> |
|
701 <item> |
|
702 <widget class="QDialogButtonBox" name="buttonBox"> |
|
703 <property name="orientation"> |
|
704 <enum>Qt::Horizontal</enum> |
|
705 </property> |
|
706 <property name="standardButtons"> |
|
707 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
708 </property> |
|
709 </widget> |
|
710 </item> |
|
711 </layout> |
|
712 </item> |
|
713 </layout> |
|
714 </widget> |
|
715 <tabstops> |
|
716 <tabstop>typeComboBox</tabstop> |
|
717 <tabstop>dataTabWidget</tabstop> |
|
718 <tabstop>typeEdit</tabstop> |
|
719 <tabstop>versionEdit</tabstop> |
|
720 <tabstop>nameEdit</tabstop> |
|
721 <tabstop>genericNameEdit</tabstop> |
|
722 <tabstop>commentEdit</tabstop> |
|
723 <tabstop>iconFileEdit</tabstop> |
|
724 <tabstop>tryExecEdit</tabstop> |
|
725 <tabstop>execEdit</tabstop> |
|
726 <tabstop>pathEdit</tabstop> |
|
727 <tabstop>terminalCheckBox</tabstop> |
|
728 <tabstop>mimetypeEdit</tabstop> |
|
729 <tabstop>categoriesEdit</tabstop> |
|
730 <tabstop>categoriesButton</tabstop> |
|
731 <tabstop>actionsEdit</tabstop> |
|
732 <tabstop>onlyShowEdit</tabstop> |
|
733 <tabstop>onlyShowButton</tabstop> |
|
734 <tabstop>notShowEdit</tabstop> |
|
735 <tabstop>notShowButton</tabstop> |
|
736 <tabstop>kdeEncodingComboBox</tabstop> |
|
737 <tabstop>kdeApiComboBox</tabstop> |
|
738 <tabstop>kdeServiceTypeEdit</tabstop> |
|
739 <tabstop>kdeMainScriptEdit</tabstop> |
|
740 <tabstop>kdeAuthorEdit</tabstop> |
|
741 <tabstop>kdeEmailEdit</tabstop> |
|
742 <tabstop>kdeNameEdit</tabstop> |
|
743 <tabstop>kdeVersionEdit</tabstop> |
|
744 <tabstop>kdeWebsiteEdit</tabstop> |
|
745 <tabstop>kdeCategoryComboBox</tabstop> |
|
746 <tabstop>kdeDependsEdit</tabstop> |
|
747 <tabstop>kdeLicensEdit</tabstop> |
|
748 <tabstop>kdeEnabledDefaultCheckBox</tabstop> |
|
749 <tabstop>unityShortcutsEdit</tabstop> |
|
750 <tabstop>projectButton</tabstop> |
|
751 <tabstop>buttonBox</tabstop> |
|
752 </tabstops> |
|
753 <resources/> |
|
754 <connections> |
|
755 <connection> |
|
756 <sender>buttonBox</sender> |
|
757 <signal>accepted()</signal> |
|
758 <receiver>DotDesktopWizardDialog</receiver> |
|
759 <slot>accept()</slot> |
|
760 <hints> |
|
761 <hint type="sourcelabel"> |
|
762 <x>248</x> |
|
763 <y>254</y> |
|
764 </hint> |
|
765 <hint type="destinationlabel"> |
|
766 <x>157</x> |
|
767 <y>274</y> |
|
768 </hint> |
|
769 </hints> |
|
770 </connection> |
|
771 <connection> |
|
772 <sender>buttonBox</sender> |
|
773 <signal>rejected()</signal> |
|
774 <receiver>DotDesktopWizardDialog</receiver> |
|
775 <slot>reject()</slot> |
|
776 <hints> |
|
777 <hint type="sourcelabel"> |
|
778 <x>316</x> |
|
779 <y>260</y> |
|
780 </hint> |
|
781 <hint type="destinationlabel"> |
|
782 <x>286</x> |
|
783 <y>274</y> |
|
784 </hint> |
|
785 </hints> |
|
786 </connection> |
|
787 </connections> |
|
788 </ui> |