android: Fix XML form filter.
[qpwmc.git] / pwmdOptionsDialog.ui
blobe78148f203c29d8451be627a88c2c0a879209fe1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PwmdOptionsDialog</class>
4 <widget class="QDialog" name="PwmdOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>452</width>
10 <height>449</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Preferences</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <property name="leftMargin">
18 <number>3</number>
19 </property>
20 <property name="topMargin">
21 <number>3</number>
22 </property>
23 <property name="rightMargin">
24 <number>3</number>
25 </property>
26 <property name="bottomMargin">
27 <number>3</number>
28 </property>
29 <item>
30 <widget class="QScrollArea" name="scrollArea">
31 <property name="widgetResizable">
32 <bool>true</bool>
33 </property>
34 <widget class="QWidget" name="scrollAreaWidgetContents">
35 <property name="geometry">
36 <rect>
37 <x>0</x>
38 <y>0</y>
39 <width>444</width>
40 <height>411</height>
41 </rect>
42 </property>
43 <layout class="QVBoxLayout" name="verticalLayout_2">
44 <property name="leftMargin">
45 <number>0</number>
46 </property>
47 <property name="topMargin">
48 <number>0</number>
49 </property>
50 <property name="rightMargin">
51 <number>0</number>
52 </property>
53 <property name="bottomMargin">
54 <number>0</number>
55 </property>
56 <item>
57 <widget class="QTabWidget" name="tabWidget">
58 <property name="enabled">
59 <bool>true</bool>
60 </property>
61 <property name="statusTip">
62 <string>Refresh the client list.</string>
63 </property>
64 <property name="currentIndex">
65 <number>0</number>
66 </property>
67 <widget class="QWidget" name="tab">
68 <property name="statusTip">
69 <string>General options.</string>
70 </property>
71 <attribute name="title">
72 <string>General</string>
73 </attribute>
74 <layout class="QVBoxLayout" name="verticalLayout_6" stretch="0">
75 <property name="leftMargin">
76 <number>3</number>
77 </property>
78 <property name="topMargin">
79 <number>3</number>
80 </property>
81 <property name="rightMargin">
82 <number>3</number>
83 </property>
84 <property name="bottomMargin">
85 <number>3</number>
86 </property>
87 <item>
88 <layout class="QFormLayout" name="formLayout">
89 <property name="fieldGrowthPolicy">
90 <enum>QFormLayout::ExpandingFieldsGrow</enum>
91 </property>
92 <property name="verticalSpacing">
93 <number>5</number>
94 </property>
95 <property name="leftMargin">
96 <number>3</number>
97 </property>
98 <property name="topMargin">
99 <number>3</number>
100 </property>
101 <property name="rightMargin">
102 <number>3</number>
103 </property>
104 <property name="bottomMargin">
105 <number>3</number>
106 </property>
107 <item row="0" column="0">
108 <widget class="QLabel" name="lastFileLabel">
109 <property name="statusTip">
110 <string/>
111 </property>
112 <property name="whatsThis">
113 <string>When checked, reopen the data file used in the previous instance.</string>
114 </property>
115 <property name="text">
116 <string>Reope&amp;n on startup:</string>
117 </property>
118 <property name="buddy">
119 <cstring>ck_reopenLastFile</cstring>
120 </property>
121 </widget>
122 </item>
123 <item row="0" column="1">
124 <widget class="QCheckBox" name="ck_reopenLastFile">
125 <property name="statusTip">
126 <string/>
127 </property>
128 </widget>
129 </item>
130 <item row="1" column="0">
131 <widget class="QLabel" name="cacheContentLabel">
132 <property name="statusTip">
133 <string/>
134 </property>
135 <property name="whatsThis">
136 <string>Enable to prevent refetching the content of the same element.</string>
137 </property>
138 <property name="text">
139 <string>Cache content:</string>
140 </property>
141 </widget>
142 </item>
143 <item row="1" column="1">
144 <widget class="QCheckBox" name="ck_cacheContent">
145 <property name="statusTip">
146 <string/>
147 </property>
148 </widget>
149 </item>
150 <item row="2" column="0">
151 <widget class="QLabel" name="rememberGeometryLabel">
152 <property name="statusTip">
153 <string/>
154 </property>
155 <property name="whatsThis">
156 <string>Remember the window position and size from the previous instance.</string>
157 </property>
158 <property name="text">
159 <string>&amp;Remember geometry:</string>
160 </property>
161 <property name="buddy">
162 <cstring>ck_geometry</cstring>
163 </property>
164 </widget>
165 </item>
166 <item row="2" column="1">
167 <widget class="QCheckBox" name="ck_geometry">
168 <property name="statusTip">
169 <string/>
170 </property>
171 </widget>
172 </item>
173 <item row="3" column="0">
174 <widget class="QLabel" name="label_2">
175 <property name="whatsThis">
176 <string>Pressing Enter in the command tab will send the command.</string>
177 </property>
178 <property name="text">
179 <string>Execute on Enter:</string>
180 </property>
181 <property name="alignment">
182 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
183 </property>
184 </widget>
185 </item>
186 <item row="3" column="1">
187 <widget class="QCheckBox" name="ck_executeOnEnter">
188 <property name="statusTip">
189 <string/>
190 </property>
191 <property name="text">
192 <string/>
193 </property>
194 </widget>
195 </item>
196 <item row="4" column="0">
197 <widget class="QLabel" name="label_3">
198 <property name="whatsThis">
199 <string>Update new element or attribute value content after pressing Enter.</string>
200 </property>
201 <property name="text">
202 <string>Update on Enter:</string>
203 </property>
204 <property name="alignment">
205 <set>Qt::AlignJustify|Qt::AlignVCenter</set>
206 </property>
207 </widget>
208 </item>
209 <item row="4" column="1">
210 <widget class="QCheckBox" name="ck_updateOnEnter">
211 <property name="statusTip">
212 <string/>
213 </property>
214 <property name="text">
215 <string/>
216 </property>
217 </widget>
218 </item>
219 <item row="5" column="0">
220 <widget class="QLabel" name="lockTimeoutLabel">
221 <property name="statusTip">
222 <string/>
223 </property>
224 <property name="whatsThis">
225 <string>The number of seconds to wait for a file lock before giving up.</string>
226 </property>
227 <property name="text">
228 <string>&amp;Lock timeout:</string>
229 </property>
230 <property name="buddy">
231 <cstring>sp_lockTimeout</cstring>
232 </property>
233 </widget>
234 </item>
235 <item row="5" column="1">
236 <widget class="QSpinBox" name="sp_lockTimeout">
237 <property name="suffix">
238 <string>s</string>
239 </property>
240 <property name="maximum">
241 <number>999999999</number>
242 </property>
243 <property name="value">
244 <number>5</number>
245 </property>
246 </widget>
247 </item>
248 <item row="6" column="0">
249 <widget class="QLabel" name="clipboardTimeoutLabel">
250 <property name="statusTip">
251 <string/>
252 </property>
253 <property name="whatsThis">
254 <string>The number of seconds before clearing the passphrase copied to the clipboard.</string>
255 </property>
256 <property name="text">
257 <string>&amp;Clipboard timeout:</string>
258 </property>
259 <property name="buddy">
260 <cstring>sp_clipboardTimeout</cstring>
261 </property>
262 </widget>
263 </item>
264 <item row="6" column="1">
265 <widget class="QSpinBox" name="sp_clipboardTimeout">
266 <property name="statusTip">
267 <string/>
268 </property>
269 <property name="suffix">
270 <string>s</string>
271 </property>
272 <property name="maximum">
273 <number>999999999</number>
274 </property>
275 <property name="value">
276 <number>20</number>
277 </property>
278 </widget>
279 </item>
280 <item row="7" column="0">
281 <widget class="QLabel" name="confirmQuitLabel">
282 <property name="statusTip">
283 <string/>
284 </property>
285 <property name="whatsThis">
286 <string>Prompt before exiting.</string>
287 </property>
288 <property name="text">
289 <string>Confirm &amp;quit:</string>
290 </property>
291 <property name="buddy">
292 <cstring>ck_confirmQuit</cstring>
293 </property>
294 </widget>
295 </item>
296 <item row="7" column="1">
297 <widget class="QCheckBox" name="ck_confirmQuit">
298 <property name="checked">
299 <bool>true</bool>
300 </property>
301 </widget>
302 </item>
303 <item row="8" column="0">
304 <widget class="QLabel" name="sortElementTreeLabel">
305 <property name="whatsThis">
306 <string>Sort the element tree alphabetically.</string>
307 </property>
308 <property name="text">
309 <string>&amp;Sort element tree:</string>
310 </property>
311 <property name="buddy">
312 <cstring>ck_sortElementTree</cstring>
313 </property>
314 </widget>
315 </item>
316 <item row="8" column="1">
317 <widget class="QCheckBox" name="ck_sortElementTree"/>
318 </item>
319 <item row="9" column="0">
320 <widget class="QLabel" name="incrementalSearchLabel">
321 <property name="whatsThis">
322 <string>Begin searching the element tree as characters are typed.</string>
323 </property>
324 <property name="text">
325 <string>&amp;Incremental search:</string>
326 </property>
327 <property name="buddy">
328 <cstring>ck_incrementalSearch</cstring>
329 </property>
330 </widget>
331 </item>
332 <item row="9" column="1">
333 <widget class="QCheckBox" name="ck_incrementalSearch">
334 <property name="checked">
335 <bool>true</bool>
336 </property>
337 </widget>
338 </item>
339 <item row="10" column="0">
340 <widget class="QLabel" name="l_startsInTray">
341 <property name="whatsThis">
342 <string>Start in the system tray rather than in the editor.</string>
343 </property>
344 <property name="text">
345 <string>Starts in tra&amp;y:</string>
346 </property>
347 <property name="buddy">
348 <cstring>ck_startsInTray</cstring>
349 </property>
350 </widget>
351 </item>
352 <item row="10" column="1">
353 <widget class="QCheckBox" name="ck_startsInTray"/>
354 </item>
355 <item row="11" column="0">
356 <widget class="QLabel" name="l_requireUnlock">
357 <property name="whatsThis">
358 <string>Require device unlock credentials upon launch or focus.</string>
359 </property>
360 <property name="text">
361 <string>Require &amp;unlock:</string>
362 </property>
363 <property name="buddy">
364 <cstring>ck_requireUnlock</cstring>
365 </property>
366 </widget>
367 </item>
368 <item row="11" column="1">
369 <widget class="QCheckBox" name="ck_requireUnlock"/>
370 </item>
371 <item row="12" column="0">
372 <widget class="QLabel" name="constraintsFreqLabel">
373 <property name="whatsThis">
374 <string>The number of characters as a percentage of the length of a generated passphrase that an additional passphrase constraint will be randomly inserted into the resulting passphrase.</string>
375 </property>
376 <property name="text">
377 <string>Constraints freq:</string>
378 </property>
379 </widget>
380 </item>
381 <item row="12" column="1">
382 <widget class="QSpinBox" name="sp_constraints">
383 <property name="suffix">
384 <string>%</string>
385 </property>
386 <property name="minimum">
387 <number>1</number>
388 </property>
389 <property name="value">
390 <number>30</number>
391 </property>
392 </widget>
393 </item>
394 <item row="13" column="0">
395 <widget class="QLabel" name="releaseTimeoutLabel">
396 <property name="whatsThis">
397 <string>When non-zero, the amount of time before releasing the file lock for an opened data file.</string>
398 </property>
399 <property name="text">
400 <string>Release &amp;timeout:</string>
401 </property>
402 <property name="buddy">
403 <cstring>sp_releaseTimeout</cstring>
404 </property>
405 </widget>
406 </item>
407 <item row="13" column="1">
408 <widget class="QSpinBox" name="sp_releaseTimeout">
409 <property name="suffix">
410 <string>s</string>
411 </property>
412 </widget>
413 </item>
414 </layout>
415 </item>
416 </layout>
417 </widget>
418 <widget class="QWidget" name="tab_2">
419 <property name="statusTip">
420 <string>Element tree color configuration.</string>
421 </property>
422 <attribute name="title">
423 <string>Colors</string>
424 </attribute>
425 <layout class="QGridLayout" name="gridLayout_2">
426 <property name="leftMargin">
427 <number>3</number>
428 </property>
429 <property name="topMargin">
430 <number>3</number>
431 </property>
432 <property name="rightMargin">
433 <number>3</number>
434 </property>
435 <property name="bottomMargin">
436 <number>3</number>
437 </property>
438 <item row="3" column="1">
439 <widget class="QPushButton" name="pb_invalidTargetColor">
440 <property name="sizePolicy">
441 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
442 <horstretch>0</horstretch>
443 <verstretch>0</verstretch>
444 </sizepolicy>
445 </property>
446 <property name="statusTip">
447 <string>The color to show when an element contains a target that does not exist.</string>
448 </property>
449 <property name="text">
450 <string/>
451 </property>
452 </widget>
453 </item>
454 <item row="2" column="2" rowspan="6">
455 <widget class="Line" name="line_7">
456 <property name="sizePolicy">
457 <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
458 <horstretch>0</horstretch>
459 <verstretch>0</verstretch>
460 </sizepolicy>
461 </property>
462 <property name="orientation">
463 <enum>Qt::Vertical</enum>
464 </property>
465 </widget>
466 </item>
467 <item row="2" column="3">
468 <widget class="QPushButton" name="pb_targetColorBg">
469 <property name="text">
470 <string/>
471 </property>
472 </widget>
473 </item>
474 <item row="1" column="1" colspan="3">
475 <widget class="Line" name="line_5">
476 <property name="orientation">
477 <enum>Qt::Horizontal</enum>
478 </property>
479 </widget>
480 </item>
481 <item row="3" column="3">
482 <widget class="QPushButton" name="pb_invalidTargetColorBg">
483 <property name="text">
484 <string/>
485 </property>
486 </widget>
487 </item>
488 <item row="0" column="1">
489 <widget class="QLabel" name="label_20">
490 <property name="text">
491 <string>Foreground:</string>
492 </property>
493 <property name="alignment">
494 <set>Qt::AlignCenter</set>
495 </property>
496 </widget>
497 </item>
498 <item row="0" column="3">
499 <widget class="QLabel" name="label_21">
500 <property name="text">
501 <string>Background:</string>
502 </property>
503 <property name="alignment">
504 <set>Qt::AlignCenter</set>
505 </property>
506 </widget>
507 </item>
508 <item row="2" column="0">
509 <widget class="QLabel" name="label_6">
510 <property name="statusTip">
511 <string/>
512 </property>
513 <property name="whatsThis">
514 <string>The color for an element containing a target attribute.</string>
515 </property>
516 <property name="text">
517 <string>Target:</string>
518 </property>
519 <property name="alignment">
520 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
521 </property>
522 </widget>
523 </item>
524 <item row="4" column="3">
525 <widget class="QPushButton" name="pb_hilightColorBg">
526 <property name="text">
527 <string/>
528 </property>
529 </widget>
530 </item>
531 <item row="3" column="0">
532 <widget class="QLabel" name="label_7">
533 <property name="sizePolicy">
534 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
535 <horstretch>0</horstretch>
536 <verstretch>0</verstretch>
537 </sizepolicy>
538 </property>
539 <property name="statusTip">
540 <string/>
541 </property>
542 <property name="whatsThis">
543 <string>The color for an element with an invalid (unresolvable) target attribute.</string>
544 </property>
545 <property name="text">
546 <string>Invalid target:</string>
547 </property>
548 <property name="alignment">
549 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
550 </property>
551 </widget>
552 </item>
553 <item row="4" column="0">
554 <widget class="QLabel" name="label">
555 <property name="statusTip">
556 <string/>
557 </property>
558 <property name="whatsThis">
559 <string>The color for an element being hovered over during a DnD operation.</string>
560 </property>
561 <property name="text">
562 <string>Hilight:</string>
563 </property>
564 <property name="alignment">
565 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
566 </property>
567 </widget>
568 </item>
569 <item row="2" column="1">
570 <widget class="QPushButton" name="pb_targetColor">
571 <property name="sizePolicy">
572 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
573 <horstretch>0</horstretch>
574 <verstretch>0</verstretch>
575 </sizepolicy>
576 </property>
577 <property name="text">
578 <string/>
579 </property>
580 </widget>
581 </item>
582 <item row="4" column="1">
583 <widget class="QPushButton" name="pb_hilightColor">
584 <property name="text">
585 <string/>
586 </property>
587 </widget>
588 </item>
589 <item row="4" column="4">
590 <spacer name="horizontalSpacer">
591 <property name="orientation">
592 <enum>Qt::Horizontal</enum>
593 </property>
594 <property name="sizeHint" stdset="0">
595 <size>
596 <width>40</width>
597 <height>20</height>
598 </size>
599 </property>
600 </spacer>
601 </item>
602 <item row="8" column="1">
603 <spacer name="verticalSpacer">
604 <property name="orientation">
605 <enum>Qt::Vertical</enum>
606 </property>
607 <property name="sizeHint" stdset="0">
608 <size>
609 <width>20</width>
610 <height>40</height>
611 </size>
612 </property>
613 </spacer>
614 </item>
615 <item row="5" column="1">
616 <widget class="QPushButton" name="pb_targetLoopColor">
617 <property name="statusTip">
618 <string>The color to show when an element contains a target that references itself.</string>
619 </property>
620 <property name="text">
621 <string/>
622 </property>
623 </widget>
624 </item>
625 <item row="5" column="0">
626 <widget class="QLabel" name="label_17">
627 <property name="whatsThis">
628 <string>The color for an unresolvable element do to a recursion loop.</string>
629 </property>
630 <property name="text">
631 <string>Recursion loop:</string>
632 </property>
633 <property name="alignment">
634 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
635 </property>
636 </widget>
637 </item>
638 <item row="6" column="1">
639 <widget class="QPushButton" name="pb_permissionsColor">
640 <property name="statusTip">
641 <string>The color to show when an element requires additional permissions from the client.</string>
642 </property>
643 <property name="text">
644 <string/>
645 </property>
646 </widget>
647 </item>
648 <item row="6" column="0">
649 <widget class="QLabel" name="label_19">
650 <property name="whatsThis">
651 <string>The color for an element that is unable to be accessed do to insufficiant client permissions.</string>
652 </property>
653 <property name="text">
654 <string>Permissions:</string>
655 </property>
656 <property name="alignment">
657 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
658 </property>
659 </widget>
660 </item>
661 <item row="5" column="3">
662 <widget class="QPushButton" name="pb_targetLoopColorBg">
663 <property name="text">
664 <string/>
665 </property>
666 </widget>
667 </item>
668 <item row="6" column="3">
669 <widget class="QPushButton" name="pb_permissionsColorBg">
670 <property name="text">
671 <string/>
672 </property>
673 </widget>
674 </item>
675 <item row="0" column="2">
676 <widget class="Line" name="line_9">
677 <property name="orientation">
678 <enum>Qt::Vertical</enum>
679 </property>
680 </widget>
681 </item>
682 </layout>
683 </widget>
684 </widget>
685 </item>
686 </layout>
687 </widget>
688 </widget>
689 </item>
690 <item>
691 <widget class="QDialogButtonBox" name="buttonBox">
692 <property name="orientation">
693 <enum>Qt::Horizontal</enum>
694 </property>
695 <property name="standardButtons">
696 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
697 </property>
698 </widget>
699 </item>
700 </layout>
701 </widget>
702 <resources/>
703 <connections>
704 <connection>
705 <sender>buttonBox</sender>
706 <signal>accepted()</signal>
707 <receiver>PwmdOptionsDialog</receiver>
708 <slot>accept()</slot>
709 <hints>
710 <hint type="sourcelabel">
711 <x>248</x>
712 <y>254</y>
713 </hint>
714 <hint type="destinationlabel">
715 <x>157</x>
716 <y>274</y>
717 </hint>
718 </hints>
719 </connection>
720 <connection>
721 <sender>buttonBox</sender>
722 <signal>rejected()</signal>
723 <receiver>PwmdOptionsDialog</receiver>
724 <slot>reject()</slot>
725 <hints>
726 <hint type="sourcelabel">
727 <x>316</x>
728 <y>260</y>
729 </hint>
730 <hint type="destinationlabel">
731 <x>286</x>
732 <y>274</y>
733 </hint>
734 </hints>
735 </connection>
736 </connections>
737 </ui>