1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PrefDialog</class>
4 <widget class="QDialog" name="PrefDialog">
5  <property name="windowModality">
6   <enum>Qt::ApplicationModal</enum>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>476</width>
13    <height>527</height>
14   </rect>
15  </property>
16  <property name="windowTitle">
17   <string>Preferences</string>
18  </property>
19  <property name="windowIcon">
20   <iconset resource="resource.qrc">
21    <normaloff>:/img/configure.png</normaloff>:/img/configure.png</iconset>
22  </property>
23  <property name="modal">
24   <bool>true</bool>
25  </property>
26  <layout class="QGridLayout" name="gridLayout_3">
27   <item row="0" column="0">
28    <widget class="QTabWidget" name="mTabsWg">
29     <property name="currentIndex">
30      <number>0</number>
31     </property>
32     <widget class="QWidget" name="mAppearanceTab">
33      <attribute name="title">
34       <string>User Interface</string>
35      </attribute>
36      <layout class="QGridLayout" name="gridLayout_2">
37       <item row="1" column="0">
38        <widget class="QGroupBox" name="mIndicatorsGb">
39         <property name="title">
40          <string>Indicators</string>
41         </property>
42         <layout class="QGridLayout" name="gridLayout_12">
43          <item row="0" column="0" colspan="5">
44           <widget class="QCheckBox" name="mShowIndicatorsCb">
45            <property name="sizePolicy">
46             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
47              <horstretch>0</horstretch>
48              <verstretch>0</verstretch>
49             </sizepolicy>
50            </property>
51            <property name="toolTip">
52             <string>If this option is checked, an indicator
53inside each peg is displayed.</string>
54            </property>
55            <property name="text">
56             <string>Show Indicators inside pegs</string>
57            </property>
58           </widget>
59          </item>
60          <item row="1" column="0">
61           <spacer name="horizontalSpacer_7">
62            <property name="orientation">
63             <enum>Qt::Horizontal</enum>
64            </property>
65            <property name="sizeType">
66             <enum>QSizePolicy::Fixed</enum>
67            </property>
68            <property name="sizeHint" stdset="0">
69             <size>
70              <width>20</width>
71              <height>20</height>
72             </size>
73            </property>
74           </spacer>
75          </item>
76          <item row="1" column="1" colspan="2">
77           <widget class="QRadioButton" name="mLettersRb">
78            <property name="toolTip">
79             <string>Use unique letters as indicators.</string>
80            </property>
81            <property name="text">
82             <string>Letter Indicators</string>
83            </property>
84            <property name="checked">
85             <bool>true</bool>
86            </property>
87           </widget>
88          </item>
89          <item row="1" column="3" colspan="2">
90           <spacer name="horizontalSpacer_11">
91            <property name="orientation">
92             <enum>Qt::Horizontal</enum>
93            </property>
94            <property name="sizeHint" stdset="0">
95             <size>
96              <width>40</width>
97              <height>20</height>
98             </size>
99            </property>
100           </spacer>
101          </item>
102          <item row="2" column="1" colspan="3">
103           <widget class="QRadioButton" name="mNumbersRb">
104            <property name="toolTip">
105             <string>Use unique numbers as indicators.</string>
106            </property>
107            <property name="text">
108             <string>Number Indicators</string>
109            </property>
110           </widget>
111          </item>
112          <item row="2" column="4">
113           <spacer name="horizontalSpacer_20">
114            <property name="orientation">
115             <enum>Qt::Horizontal</enum>
116            </property>
117            <property name="sizeHint" stdset="0">
118             <size>
119              <width>276</width>
120              <height>20</height>
121             </size>
122            </property>
123           </spacer>
124          </item>
125          <item row="3" column="1">
126           <widget class="QCheckBox" name="mHideColorsCb">
127            <property name="toolTip">
128             <string>Use the same neutral background color for each peg,
129when indicators are shown.</string>
130            </property>
131            <property name="text">
132             <string>Hide Colors</string>
133            </property>
134           </widget>
135          </item>
136          <item row="3" column="2" colspan="3">
137           <spacer name="horizontalSpacer_21">
138            <property name="orientation">
139             <enum>Qt::Horizontal</enum>
140            </property>
141            <property name="sizeHint" stdset="0">
142             <size>
143              <width>310</width>
144              <height>20</height>
145             </size>
146            </property>
147           </spacer>
148          </item>
149          <item row="4" column="0" colspan="3">
150           <widget class="QPushButton" name="mResetColorOrderBtn">
151            <property name="sizePolicy">
152             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
153              <horstretch>0</horstretch>
154              <verstretch>0</verstretch>
155             </sizepolicy>
156            </property>
157            <property name="toolTip">
158             <string>Click here if you have changed the color order
159and now you want to revert it to it's initial state. </string>
160            </property>
161            <property name="text">
162             <string>Reset Color Order</string>
163            </property>
164           </widget>
165          </item>
166         </layout>
167        </widget>
168       </item>
169       <item row="0" column="0">
170        <widget class="QGroupBox" name="mControlsGb">
171         <property name="enabled">
172          <bool>true</bool>
173         </property>
174         <property name="toolTip">
175          <string/>
176         </property>
177         <property name="title">
178          <string>Controls</string>
179         </property>
180         <layout class="QGridLayout" name="gridLayout_5">
181          <item row="0" column="0">
182           <widget class="QCheckBox" name="mMenuBarCb">
183            <property name="sizePolicy">
184             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
185              <horstretch>0</horstretch>
186              <verstretch>0</verstretch>
187             </sizepolicy>
188            </property>
189            <property name="toolTip">
190             <string>Show or hide the Menubar.</string>
191            </property>
192            <property name="text">
193             <string>Show Menubar</string>
194            </property>
195           </widget>
196          </item>
197          <item row="1" column="0">
198           <widget class="QCheckBox" name="mToolBarCb">
199            <property name="sizePolicy">
200             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
201              <horstretch>0</horstretch>
202              <verstretch>0</verstretch>
203             </sizepolicy>
204            </property>
205            <property name="toolTip">
206             <string>Show or hide the Toolbar.</string>
207            </property>
208            <property name="text">
209             <string>Show Toolbar</string>
210            </property>
211           </widget>
212          </item>
213          <item row="2" column="0">
214           <widget class="QCheckBox" name="mStatusBarCb">
215            <property name="sizePolicy">
216             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
217              <horstretch>0</horstretch>
218              <verstretch>0</verstretch>
219             </sizepolicy>
220            </property>
221            <property name="toolTip">
222             <string>Show or hide the Statusbar.</string>
223            </property>
224            <property name="text">
225             <string>Show Statusbar</string>
226            </property>
227           </widget>
228          </item>
229          <item row="0" column="1">
230           <spacer name="horizontalSpacer">
231            <property name="orientation">
232             <enum>Qt::Horizontal</enum>
233            </property>
234            <property name="sizeType">
235             <enum>QSizePolicy::Fixed</enum>
236            </property>
237            <property name="sizeHint" stdset="0">
238             <size>
239              <width>70</width>
240              <height>20</height>
241             </size>
242            </property>
243           </spacer>
244          </item>
245          <item row="0" column="3">
246           <spacer name="horizontalSpacer_2">
247            <property name="orientation">
248             <enum>Qt::Horizontal</enum>
249            </property>
250            <property name="sizeHint" stdset="0">
251             <size>
252              <width>40</width>
253              <height>20</height>
254             </size>
255            </property>
256           </spacer>
257          </item>
258          <item row="0" column="2">
259           <widget class="QCheckBox" name="mShowGameNoCb">
260            <property name="toolTip">
261             <string>Display the current game number in the footer.
262To avoid remembering, you can hide it here.</string>
263            </property>
264            <property name="text">
265             <string>Display Game Number</string>
266            </property>
267           </widget>
268          </item>
269         </layout>
270        </widget>
271       </item>
272       <item row="2" column="0">
273        <widget class="QGroupBox" name="mTimerGb">
274         <property name="title">
275          <string>Timer</string>
276         </property>
277         <layout class="QGridLayout" name="gridLayout_11">
278          <item row="0" column="0" colspan="3">
279           <widget class="QCheckBox" name="mShowTimerCb">
280            <property name="sizePolicy">
281             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
282              <horstretch>0</horstretch>
283              <verstretch>0</verstretch>
284             </sizepolicy>
285            </property>
286            <property name="toolTip">
287             <string>You may hide the timer to keep calm ;-)
288But note! Even hidden, time's running in the background.</string>
289            </property>
290            <property name="text">
291             <string>Show Game Timer</string>
292            </property>
293           </widget>
294          </item>
295          <item row="1" column="0">
296           <spacer name="horizontalSpacer_6">
297            <property name="orientation">
298             <enum>Qt::Horizontal</enum>
299            </property>
300            <property name="sizeType">
301             <enum>QSizePolicy::Fixed</enum>
302            </property>
303            <property name="sizeHint" stdset="0">
304             <size>
305              <width>20</width>
306              <height>20</height>
307             </size>
308            </property>
309           </spacer>
310          </item>
311          <item row="1" column="1">
312           <widget class="QCheckBox" name="mShowTenthCb">
313            <property name="toolTip">
314             <string>Uncheck this if you are confused about the time as fast running ;-)</string>
315            </property>
316            <property name="text">
317             <string>Show Tenth and Hundredth</string>
318            </property>
319           </widget>
320          </item>
321          <item row="1" column="2">
322           <spacer name="horizontalSpacer_13">
323            <property name="orientation">
324             <enum>Qt::Horizontal</enum>
325            </property>
326            <property name="sizeHint" stdset="0">
327             <size>
328              <width>245</width>
329              <height>20</height>
330             </size>
331            </property>
332           </spacer>
333          </item>
334         </layout>
335        </widget>
336       </item>
337       <item row="3" column="0">
338        <spacer name="verticalSpacer_2">
339         <property name="orientation">
340          <enum>Qt::Vertical</enum>
341         </property>
342         <property name="sizeHint" stdset="0">
343          <size>
344           <width>20</width>
345           <height>40</height>
346          </size>
347         </property>
348        </spacer>
349       </item>
350      </layout>
351     </widget>
352     <widget class="QWidget" name="mGameTab">
353      <attribute name="title">
354       <string>Game Settings</string>
355      </attribute>
356      <layout class="QGridLayout" name="gridLayout_9">
357       <item row="0" column="0">
358        <widget class="QGroupBox" name="groupBox">
359         <property name="title">
360          <string>Game Properties</string>
361         </property>
362         <layout class="QGridLayout" name="gridLayout">
363          <item row="0" column="0" colspan="3">
364           <widget class="QLabel" name="mLevelPresetsLbl">
365            <property name="text">
366             <string>Select One of the Level Presets:</string>
367            </property>
368           </widget>
369          </item>
370          <item row="1" column="0" colspan="2">
371           <widget class="QComboBox" name="mLevelPresetsCmb">
372            <property name="toolTip">
373             <string>Select from predefined combinations
374of the three different level related settings,
375the number of colors, the number of slots (columns)
376and the possibility of pegs of the same color in one row. </string>
377            </property>
378           </widget>
379          </item>
380          <item row="3" column="0" colspan="3">
381           <widget class="QLabel" name="label_2">
382            <property name="text">
383             <string>Or Set the Particular Properties:</string>
384            </property>
385           </widget>
386          </item>
387          <item row="4" column="0">
388           <widget class="QComboBox" name="mPegCntCmb">
389            <property name="toolTip">
390             <string>Number of pegs in a single row.
391Higher values are harder to guess.</string>
392            </property>
393           </widget>
394          </item>
395          <item row="4" column="1" colspan="2">
396           <widget class="QLabel" name="mSlotCntLbl">
397            <property name="text">
398             <string>Number of Slots</string>
399            </property>
400           </widget>
401          </item>
402          <item row="5" column="0">
403           <widget class="QComboBox" name="mColorCntCmb">
404            <property name="toolTip">
405             <string>Number of all possible colors.
406Higher values are harder to guess.</string>
407            </property>
408           </widget>
409          </item>
410          <item row="5" column="1" colspan="2">
411           <widget class="QLabel" name="mColorCntLbl">
412            <property name="text">
413             <string>Number of Colors</string>
414            </property>
415           </widget>
416          </item>
417          <item row="6" column="0" colspan="3">
418           <widget class="QCheckBox" name="mDoublesCb">
419            <property name="toolTip">
420             <string>If this option is checked, the hidden combination
421may contain one or more (even all would be possible)
422pegs of the same color.
423If checked, the combination is generally harder to guess.</string>
424            </property>
425            <property name="text">
426             <string>Allow Pegs of Same Color</string>
427            </property>
428           </widget>
429          </item>
430          <item row="1" column="2" colspan="3">
431           <spacer name="horizontalSpacer_17">
432            <property name="orientation">
433             <enum>Qt::Horizontal</enum>
434            </property>
435            <property name="sizeHint" stdset="0">
436             <size>
437              <width>40</width>
438              <height>20</height>
439             </size>
440            </property>
441           </spacer>
442          </item>
443          <item row="5" column="4">
444           <spacer name="horizontalSpacer_18">
445            <property name="orientation">
446             <enum>Qt::Horizontal</enum>
447            </property>
448            <property name="sizeHint" stdset="0">
449             <size>
450              <width>40</width>
451              <height>20</height>
452             </size>
453            </property>
454           </spacer>
455          </item>
456          <item row="4" column="3" colspan="2">
457           <spacer name="horizontalSpacer_19">
458            <property name="orientation">
459             <enum>Qt::Horizontal</enum>
460            </property>
461            <property name="sizeHint" stdset="0">
462             <size>
463              <width>40</width>
464              <height>20</height>
465             </size>
466            </property>
467           </spacer>
468          </item>
469          <item row="2" column="0">
470           <spacer name="verticalSpacer">
471            <property name="orientation">
472             <enum>Qt::Vertical</enum>
473            </property>
474            <property name="sizeType">
475             <enum>QSizePolicy::Fixed</enum>
476            </property>
477            <property name="sizeHint" stdset="0">
478             <size>
479              <width>20</width>
480              <height>10</height>
481             </size>
482            </property>
483           </spacer>
484          </item>
485         </layout>
486        </widget>
487       </item>
488       <item row="2" column="0">
489        <widget class="QGroupBox" name="groupBox_2">
490         <property name="title">
491          <string>Game Flow</string>
492         </property>
493         <layout class="QGridLayout" name="gridLayout_7">
494          <item row="0" column="0" colspan="3">
495           <widget class="QCheckBox" name="mAutoCloseCb">
496            <property name="sizePolicy">
497             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
498              <horstretch>0</horstretch>
499              <verstretch>0</verstretch>
500             </sizepolicy>
501            </property>
502            <property name="toolTip">
503             <string>If checked, a row is closed as soon as you place the last peg
504and your guess is submitted immediatly.
505This option only affects the Human vs. Computer game mode.</string>
506            </property>
507            <property name="text">
508             <string>Close Rows when the last Peg is placed</string>
509            </property>
510           </widget>
511          </item>
512          <item row="1" column="0" colspan="2">
513           <widget class="QCheckBox" name="mAutoHintsCb">
514            <property name="sizePolicy">
515             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
516              <horstretch>0</horstretch>
517              <verstretch>0</verstretch>
518             </sizepolicy>
519            </property>
520            <property name="toolTip">
521             <string>If checked, the computer will determine the corresponding hints for the solver's guess.
522This option affects only Computer vs. Human games.
523If checked, you only have to place your secret combination.
524Then the rest of the game runs automatically until the end.
525But you can set a delay between the guesses.</string>
526            </property>
527            <property name="text">
528             <string>Set Hints automatically</string>
529            </property>
530           </widget>
531          </item>
532          <item row="1" column="2">
533           <widget class="QSpinBox" name="mDelaySb">
534            <property name="sizePolicy">
535             <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
536              <horstretch>0</horstretch>
537              <verstretch>0</verstretch>
538             </sizepolicy>
539            </property>
540            <property name="toolTip">
541             <string>Adjust the delay (in ms) between two guesses.</string>
542            </property>
543            <property name="alignment">
544             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
545            </property>
546           </widget>
547          </item>
548          <item row="1" column="3">
549           <widget class="QLabel" name="mDelayLbl">
550            <property name="text">
551             <string>Delay in ms</string>
552            </property>
553           </widget>
554          </item>
555          <item row="1" column="4">
556           <spacer name="horizontalSpacer_14">
557            <property name="orientation">
558             <enum>Qt::Horizontal</enum>
559            </property>
560            <property name="sizeHint" stdset="0">
561             <size>
562              <width>40</width>
563              <height>20</height>
564             </size>
565            </property>
566           </spacer>
567          </item>
568         </layout>
569        </widget>
570       </item>
571       <item row="3" column="0">
572        <widget class="QGroupBox" name="groupBox_3">
573         <property name="title">
574          <string>Solver</string>
575         </property>
576         <layout class="QGridLayout" name="gridLayout_8">
577          <item row="1" column="1">
578           <widget class="QComboBox" name="mStrengthCmb">
579            <property name="toolTip">
580             <string>Select from 3 different strength levels for your computer opponent.
581This option only affects the Computer vs. Human game mode.
582For the computer's guess in the Human vs. Computer mode
583always the highest level will be used.</string>
584            </property>
585           </widget>
586          </item>
587          <item row="1" column="3">
588           <spacer name="horizontalSpacer_5">
589            <property name="orientation">
590             <enum>Qt::Horizontal</enum>
591            </property>
592            <property name="sizeHint" stdset="0">
593             <size>
594              <width>40</width>
595              <height>20</height>
596             </size>
597            </property>
598           </spacer>
599          </item>
600          <item row="1" column="2">
601           <widget class="QLabel" name="mStrenghtLbl">
602            <property name="text">
603             <string>Solver Strength</string>
604            </property>
605           </widget>
606          </item>
607         </layout>
608        </widget>
609       </item>
610       <item row="1" column="0">
611        <widget class="QGroupBox" name="mGameModeGb">
612         <property name="title">
613          <string>Game Mode</string>
614         </property>
615         <layout class="QGridLayout" name="gridLayout_13">
616          <item row="0" column="0">
617           <widget class="QComboBox" name="mGameModeCmb">
618            <property name="toolTip">
619             <string>Select from the different game modes.
620In the 1. mode you have to to guess the hidden,
621computer generated combination,
622In the 2. mode your computer will try to guess your
623own secret combination.</string>
624            </property>
625           </widget>
626          </item>
627          <item row="0" column="1">
628           <spacer name="horizontalSpacer_16">
629            <property name="orientation">
630             <enum>Qt::Horizontal</enum>
631            </property>
632            <property name="sizeHint" stdset="0">
633             <size>
634              <width>40</width>
635              <height>20</height>
636             </size>
637            </property>
638           </spacer>
639          </item>
640         </layout>
641        </widget>
642       </item>
643       <item row="4" column="0">
644        <spacer name="verticalSpacer_4">
645         <property name="orientation">
646          <enum>Qt::Vertical</enum>
647         </property>
648         <property name="sizeHint" stdset="0">
649          <size>
650           <width>20</width>
651           <height>40</height>
652          </size>
653         </property>
654        </spacer>
655       </item>
656      </layout>
657     </widget>
658     <widget class="QWidget" name="mListsTab">
659      <attribute name="title">
660       <string>Game Lists</string>
661      </attribute>
662      <layout class="QGridLayout" name="gridLayout_10">
663       <item row="0" column="0">
664        <widget class="QGroupBox" name="mGameListsGb">
665         <property name="title">
666          <string>Game Lists</string>
667         </property>
668         <layout class="QGridLayout" name="gridLayout_6">
669          <item row="0" column="0" colspan="4">
670           <widget class="QLabel" name="label">
671            <property name="text">
672             <string>Maximum Row Count: </string>
673            </property>
674           </widget>
675          </item>
676          <item row="1" column="0" colspan="2">
677           <widget class="QSpinBox" name="mGamesListMaxCntSb">
678            <property name="toolTip">
679             <string>Limit the number of rows in game tables like highscores etc.
680Valid values range from 5 to 50.</string>
681            </property>
682            <property name="alignment">
683             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
684            </property>
685            <property name="minimum">
686             <number>5</number>
687            </property>
688            <property name="maximum">
689             <number>50</number>
690            </property>
691            <property name="singleStep">
692             <number>5</number>
693            </property>
694            <property name="value">
695             <number>15</number>
696            </property>
697           </widget>
698          </item>
699          <item row="1" column="2" colspan="2">
700           <spacer name="horizontalSpacer_3">
701            <property name="orientation">
702             <enum>Qt::Horizontal</enum>
703            </property>
704            <property name="sizeHint" stdset="0">
705             <size>
706              <width>40</width>
707              <height>20</height>
708             </size>
709            </property>
710           </spacer>
711          </item>
712          <item row="2" column="0" colspan="4">
713           <widget class="QCheckBox" name="mCustomRowHColorCb">
714            <property name="text">
715             <string>Use Customized Table Row Highlight Colors</string>
716            </property>
717           </widget>
718          </item>
719          <item row="3" column="0">
720           <spacer name="horizontalSpacer_9">
721            <property name="orientation">
722             <enum>Qt::Horizontal</enum>
723            </property>
724            <property name="sizeType">
725             <enum>QSizePolicy::Fixed</enum>
726            </property>
727            <property name="sizeHint" stdset="0">
728             <size>
729              <width>20</width>
730              <height>20</height>
731             </size>
732            </property>
733           </spacer>
734          </item>
735          <item row="3" column="1">
736           <widget class="QPushButton" name="mRowHColorFgBtn">
737            <property name="sizePolicy">
738             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
739              <horstretch>0</horstretch>
740              <verstretch>0</verstretch>
741             </sizepolicy>
742            </property>
743            <property name="minimumSize">
744             <size>
745              <width>24</width>
746              <height>24</height>
747             </size>
748            </property>
749            <property name="maximumSize">
750             <size>
751              <width>24</width>
752              <height>24</height>
753             </size>
754            </property>
755            <property name="text">
756             <string notr="true"/>
757            </property>
758            <property name="flat">
759             <bool>false</bool>
760            </property>
761           </widget>
762          </item>
763          <item row="3" column="2">
764           <widget class="QLabel" name="mFgLbl">
765            <property name="text">
766             <string>Foreground</string>
767            </property>
768           </widget>
769          </item>
770          <item row="4" column="1">
771           <widget class="QPushButton" name="mRowHColorBgBtn">
772            <property name="sizePolicy">
773             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
774              <horstretch>0</horstretch>
775              <verstretch>0</verstretch>
776             </sizepolicy>
777            </property>
778            <property name="minimumSize">
779             <size>
780              <width>24</width>
781              <height>24</height>
782             </size>
783            </property>
784            <property name="maximumSize">
785             <size>
786              <width>24</width>
787              <height>24</height>
788             </size>
789            </property>
790            <property name="text">
791             <string notr="true"/>
792            </property>
793            <property name="flat">
794             <bool>false</bool>
795            </property>
796           </widget>
797          </item>
798          <item row="4" column="2">
799           <widget class="QLabel" name="mBgLbl">
800            <property name="text">
801             <string>Background</string>
802            </property>
803           </widget>
804          </item>
805          <item row="4" column="3">
806           <spacer name="horizontalSpacer_15">
807            <property name="orientation">
808             <enum>Qt::Horizontal</enum>
809            </property>
810            <property name="sizeHint" stdset="0">
811             <size>
812              <width>40</width>
813              <height>20</height>
814             </size>
815            </property>
816           </spacer>
817          </item>
818         </layout>
819        </widget>
820       </item>
821       <item row="1" column="0">
822        <widget class="QGroupBox" name="mHighScoresGb">
823         <property name="title">
824          <string>Highscores</string>
825         </property>
826         <layout class="QGridLayout" name="gridLayout_4">
827          <item row="0" column="0" colspan="4">
828           <widget class="QCheckBox" name="mUseHighscoresCb">
829            <property name="text">
830             <string>Use Highscores</string>
831            </property>
832           </widget>
833          </item>
834          <item row="1" column="0">
835           <spacer name="horizontalSpacer_4">
836            <property name="orientation">
837             <enum>Qt::Horizontal</enum>
838            </property>
839            <property name="sizeType">
840             <enum>QSizePolicy::Fixed</enum>
841            </property>
842            <property name="sizeHint" stdset="0">
843             <size>
844              <width>20</width>
845              <height>20</height>
846             </size>
847            </property>
848           </spacer>
849          </item>
850          <item row="1" column="1" colspan="3">
851           <widget class="QRadioButton" name="mHighscorePromptRb">
852            <property name="text">
853             <string>Raise the dialog after a game has been won and prompt for the name</string>
854            </property>
855            <property name="checked">
856             <bool>true</bool>
857            </property>
858           </widget>
859          </item>
860          <item row="2" column="1" colspan="3">
861           <widget class="QRadioButton" name="mHighscoreAutoRb">
862            <property name="text">
863             <string>Automatically insert Highscores using the name below</string>
864            </property>
865           </widget>
866          </item>
867          <item row="2" column="4">
868           <spacer name="horizontalSpacer_12">
869            <property name="orientation">
870             <enum>Qt::Horizontal</enum>
871            </property>
872            <property name="sizeHint" stdset="0">
873             <size>
874              <width>0</width>
875              <height>20</height>
876             </size>
877            </property>
878           </spacer>
879          </item>
880          <item row="3" column="1">
881           <widget class="QLineEdit" name="mUserNameLe">
882            <property name="sizePolicy">
883             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
884              <horstretch>0</horstretch>
885              <verstretch>0</verstretch>
886             </sizepolicy>
887            </property>
888            <property name="toolTip">
889             <string>Provide a name with maximum 20 characters here
890to be used for highscore entries.
891If you checked the automatic option above, this name
892is mandatory, otherwise it will be used as proposal
893which you may change later in the dialog.</string>
894            </property>
895            <property name="maxLength">
896             <number>20</number>
897            </property>
898           </widget>
899          </item>
900          <item row="3" column="2">
901           <widget class="QLabel" name="mUserNameLbl">
902            <property name="text">
903             <string>Name (mandatory for the second option)</string>
904            </property>
905           </widget>
906          </item>
907          <item row="3" column="3" colspan="2">
908           <spacer name="horizontalSpacer_10">
909            <property name="orientation">
910             <enum>Qt::Horizontal</enum>
911            </property>
912            <property name="sizeHint" stdset="0">
913             <size>
914              <width>81</width>
915              <height>21</height>
916             </size>
917            </property>
918           </spacer>
919          </item>
920          <item row="1" column="4">
921           <spacer name="horizontalSpacer_8">
922            <property name="orientation">
923             <enum>Qt::Horizontal</enum>
924            </property>
925            <property name="sizeHint" stdset="0">
926             <size>
927              <width>40</width>
928              <height>20</height>
929             </size>
930            </property>
931           </spacer>
932          </item>
933         </layout>
934        </widget>
935       </item>
936       <item row="2" column="0">
937        <spacer name="verticalSpacer_3">
938         <property name="orientation">
939          <enum>Qt::Vertical</enum>
940         </property>
941         <property name="sizeHint" stdset="0">
942          <size>
943           <width>20</width>
944           <height>40</height>
945          </size>
946         </property>
947        </spacer>
948       </item>
949      </layout>
950     </widget>
951    </widget>
952   </item>
953   <item row="1" column="0">
954    <widget class="QDialogButtonBox" name="mButtonBox">
955     <property name="orientation">
956      <enum>Qt::Horizontal</enum>
957     </property>
958     <property name="standardButtons">
959      <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set>
960     </property>
961    </widget>
962   </item>
963  </layout>
964 </widget>
965 <resources>
966  <include location="resource.qrc"/>
967 </resources>
968 <connections/>
969 <designerdata>
970  <property name="gridDeltaX">
971   <number>10</number>
972  </property>
973  <property name="gridDeltaY">
974   <number>10</number>
975  </property>
976  <property name="gridSnapX">
977   <bool>true</bool>
978  </property>
979  <property name="gridSnapY">
980   <bool>true</bool>
981  </property>
982  <property name="gridVisible">
983   <bool>true</bool>
984  </property>
985 </designerdata>
986</ui>
987