1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MainSettingsWidget</class>
4 <widget class="QWidget" name="MainSettingsWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>263</width>
10    <height>603</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string comment="@title:group main settings page name">General</string>
15  </property>
16  <property name="whatsThis">
17   <string>This setting allows you to set the length of time Kanagram's hint bubble is shown.</string>
18  </property>
19  <layout class="QVBoxLayout">
20   <item>
21    <widget class="QGroupBox" name="groupBox1">
22     <property name="title">
23      <string>Hints</string>
24     </property>
25     <layout class="QVBoxLayout">
26      <item>
27       <widget class="QLabel" name="textLabel1_2">
28        <property name="text">
29         <string>Auto-hide hints after:</string>
30        </property>
31       </widget>
32      </item>
33      <item>
34       <widget class="QComboBox" name="kcfg_hintHideTime">
35        <item>
36         <property name="text">
37          <string>Do Not Auto-Hide Hints</string>
38         </property>
39        </item>
40        <item>
41         <property name="text">
42          <string>3 Seconds</string>
43         </property>
44        </item>
45        <item>
46         <property name="text">
47          <string>5 Seconds</string>
48         </property>
49        </item>
50        <item>
51         <property name="text">
52          <string>7 Seconds</string>
53         </property>
54        </item>
55        <item>
56         <property name="text">
57          <string>9 Seconds</string>
58         </property>
59        </item>
60       </widget>
61      </item>
62      <item>
63       <widget class="QLabel" name="textLabelResolveTime">
64        <property name="text">
65         <string>Time for resolving the anagram:</string>
66        </property>
67       </widget>
68      </item>
69      <item>
70       <widget class="QComboBox" name="kcfg_resolveTime">
71        <item>
72         <property name="text">
73          <string>No time limit</string>
74         </property>
75        </item>
76        <item>
77         <property name="text">
78          <string>15 Seconds</string>
79         </property>
80        </item>
81        <item>
82         <property name="text">
83          <string>30 Seconds</string>
84         </property>
85        </item>
86        <item>
87         <property name="text">
88          <string>45 Seconds</string>
89         </property>
90        </item>
91        <item>
92         <property name="text">
93          <string>60 Seconds</string>
94         </property>
95        </item>
96       </widget>
97      </item>
98     </layout>
99    </widget>
100   </item>
101   <item>
102    <widget class="QGroupBox" name="groupBox3">
103     <property name="title">
104      <string>Vocabulary Options</string>
105     </property>
106     <layout class="QVBoxLayout">
107      <item>
108       <layout class="QHBoxLayout">
109        <item>
110         <widget class="QLabel" name="textLabel1">
111          <property name="text">
112           <string>Play using:</string>
113          </property>
114          <property name="buddy">
115           <cstring>languageComboBox</cstring>
116          </property>
117         </widget>
118        </item>
119        <item>
120         <widget class="QComboBox" name="languageComboBox"/>
121        </item>
122       </layout>
123      </item>
124     </layout>
125    </widget>
126   </item>
127   <item>
128    <widget class="QGroupBox" name="groupBox4">
129     <property name="title">
130      <string>Scoring Options</string>
131     </property>
132     <layout class="QVBoxLayout">
133      <item>
134       <widget class="QLabel" name="textLabelScoreTime">
135        <property name="text">
136         <string>Set timer for scoring purpose:</string>
137        </property>
138       </widget>
139      </item>
140      <item>
141       <widget class="QComboBox" name="kcfg_scoreTime">
142        <item>
143         <property name="text">
144          <string>15 Seconds</string>
145         </property>
146        </item>
147        <item>
148         <property name="text">
149          <string>30 Seconds</string>
150         </property>
151        </item>
152        <item>
153         <property name="text">
154          <string>45 Seconds</string>
155         </property>
156        </item>
157        <item>
158         <property name="text">
159          <string>60 Seconds</string>
160         </property>
161        </item>
162       </widget>
163      </item>
164      <item>
165       <widget class="QCheckBox" name="scoringPointCheckbox">
166        <property name="text">
167         <string>Score Point Settings</string>
168        </property>
169       </widget>
170      </item>
171      <item>
172       <widget class="QLabel" name="textCorrectAnswer">
173        <property name="text">
174         <string>Assign score for correct answer : </string>
175        </property>
176       </widget>
177      </item>
178      <item>
179       <widget class="QComboBox" name="kcfg_correctAnswerScore">
180        <item>
181         <property name="text">
182          <string>+5 points</string>
183         </property>
184        </item>
185        <item>
186         <property name="text">
187          <string>+10 points</string>
188         </property>
189        </item>
190        <item>
191         <property name="text">
192          <string>+15 points</string>
193         </property>
194        </item>
195        <item>
196         <property name="text">
197          <string>+20 points</string>
198         </property>
199        </item>
200       </widget>
201      </item>
202      <item>
203       <widget class="QLabel" name="textIncorrectAnswer">
204        <property name="text">
205         <string>Assign score for incorrect answer : </string>
206        </property>
207       </widget>
208      </item>
209      <item>
210       <widget class="QComboBox" name="kcfg_incorrectAnswerScore">
211        <item>
212         <property name="text">
213          <string>-1 point</string>
214         </property>
215        </item>
216        <item>
217         <property name="text">
218          <string>-2 points</string>
219         </property>
220        </item>
221        <item>
222         <property name="text">
223          <string>-3 points</string>
224         </property>
225        </item>
226        <item>
227         <property name="text">
228          <string>-4 points</string>
229         </property>
230        </item>
231       </widget>
232      </item>
233      <item>
234       <widget class="QLabel" name="textRevealAnswer">
235        <property name="text">
236         <string>Assign score for reveal answer : </string>
237        </property>
238       </widget>
239      </item>
240      <item>
241       <widget class="QComboBox" name="kcfg_revealAnswerScore">
242        <item>
243         <property name="text">
244          <string>-2 points</string>
245         </property>
246        </item>
247        <item>
248         <property name="text">
249          <string>-4 points</string>
250         </property>
251        </item>
252        <item>
253         <property name="text">
254          <string>-6 points</string>
255         </property>
256        </item>
257        <item>
258         <property name="text">
259          <string>-8 points</string>
260         </property>
261        </item>
262       </widget>
263      </item>
264      <item>
265       <widget class="QLabel" name="textSkippedWord">
266        <property name="text">
267         <string>Assign score for skipped word : </string>
268        </property>
269       </widget>
270      </item>
271      <item>
272       <widget class="QComboBox" name="kcfg_skippedWordScore">
273        <item>
274         <property name="text">
275          <string>-2 points</string>
276         </property>
277        </item>
278        <item>
279         <property name="text">
280          <string>-4 points</string>
281         </property>
282        </item>
283        <item>
284         <property name="text">
285          <string>-6 points</string>
286         </property>
287        </item>
288        <item>
289         <property name="text">
290          <string>-8 points</string>
291         </property>
292        </item>
293       </widget>
294      </item>
295     </layout>
296    </widget>
297   </item>
298   <item>
299    <widget class="QCheckBox" name="kcfg_useSounds">
300     <property name="whatsThis">
301      <string>Turns sounds on/off.</string>
302     </property>
303     <property name="text">
304      <string>Use sou&amp;nds</string>
305     </property>
306    </widget>
307   </item>
308   <item>
309    <widget class="QCheckBox" name="kcfg_uppercaseOnly">
310     <property name="whatsThis">
311      <string>Use only uppercase letters.</string>
312     </property>
313     <property name="text">
314      <string>Only uppercase letters</string>
315     </property>
316    </widget>
317   </item>
318   <item>
319    <widget class="QCheckBox" name="kcfg_enablePronunciation">
320     <property name="whatsThis">
321      <string>Turn pronunciations on or off.</string>
322     </property>
323     <property name="text">
324      <string>Say correct words</string>
325     </property>
326    </widget>
327   </item>
328   <item>
329    <spacer>
330     <property name="orientation">
331      <enum>Qt::Vertical</enum>
332     </property>
333     <property name="sizeType">
334      <enum>QSizePolicy::Expanding</enum>
335     </property>
336     <property name="sizeHint" stdset="0">
337      <size>
338       <width>16</width>
339       <height>16</height>
340      </size>
341     </property>
342    </spacer>
343   </item>
344  </layout>
345 </widget>
346 <tabstops>
347  <tabstop>kcfg_hintHideTime</tabstop>
348  <tabstop>kcfg_useSounds</tabstop>
349  <tabstop>kcfg_uppercaseOnly</tabstop>
350  <tabstop>kcfg_enablePronunciation</tabstop>
351 </tabstops>
352 <resources/>
353 <connections/>
354</ui>
355