moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kwordquiz / src / prefquizbase.ui
blob82cdf626207b7d3de1c12bd1bb8f12b3ab65a61d
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>PrefQuizBase</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>PrefQuizBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>300</width>
12             <height>356</height>
13         </rect>
14     </property>
15     <property name="minimumSize">
16         <size>
17             <width>300</width>
18             <height>350</height>
19         </size>
20     </property>
21     <property name="caption">
22         <string>Quiz</string>
23     </property>
24     <grid>
25         <property name="name">
26             <cstring>unnamed</cstring>
27         </property>
28         <property name="margin">
29             <number>0</number>
30         </property>
31         <widget class="QButtonGroup" row="1" column="0">
32             <property name="name">
33                 <cstring>grpMultiple</cstring>
34             </property>
35             <property name="title">
36                 <string>Multiple Choice</string>
37             </property>
38             <property name="whatsThis" stdset="0">
39                 <string>Specify behavior for a multiple choice session</string>
40             </property>
41             <grid>
42                 <property name="name">
43                     <cstring>unnamed</cstring>
44                 </property>
45                 <widget class="QCheckBox" row="0" column="0">
46                     <property name="name">
47                         <cstring>kcfg_AutoCheck</cstring>
48                     </property>
49                     <property name="text">
50                         <string>Check selection a&amp;utomatically</string>
51                     </property>
52                     <property name="toolTip" stdset="0">
53                         <string>Check to correct automatically</string>
54                     </property>
55                     <property name="whatsThis" stdset="0">
56                         <string>Select if a choice should be checked immediately</string>
57                     </property>
58                 </widget>
59             </grid>
60         </widget>
61         <widget class="QButtonGroup" row="2" column="0">
62             <property name="name">
63                 <cstring>grpQA</cstring>
64             </property>
65             <property name="title">
66                 <string>Question &amp;&amp; Answer</string>
67             </property>
68             <property name="whatsThis" stdset="0">
69                 <string>Specify behavior for a question and answer session</string>
70             </property>
71             <grid>
72                 <property name="name">
73                     <cstring>unnamed</cstring>
74                 </property>
75                 <widget class="QCheckBox" row="0" column="0">
76                     <property name="name">
77                         <cstring>kcfg_HintError</cstring>
78                     </property>
79                     <property name="text">
80                         <string>&amp;Treat hint as error</string>
81                     </property>
82                     <property name="toolTip" stdset="0">
83                         <string>Check to count hint as error</string>
84                     </property>
85                     <property name="whatsThis" stdset="0">
86                         <string>Select if questions where the hint function has been used should be counted as errors</string>
87                     </property>
88                 </widget>
89             </grid>
90         </widget>
91         <widget class="QButtonGroup" row="3" column="0">
92             <property name="name">
93                 <cstring>grpScore</cstring>
94             </property>
95             <property name="title">
96                 <string>Score</string>
97             </property>
98             <property name="whatsThis" stdset="0">
99                 <string>Specify behavior of the score presentation in any session</string>
100             </property>
101             <grid>
102                 <property name="name">
103                     <cstring>unnamed</cstring>
104                 </property>
105                 <widget class="QCheckBox" row="0" column="0">
106                     <property name="name">
107                         <cstring>kcfg_Percent</cstring>
108                     </property>
109                     <property name="text">
110                         <string>&amp;Show score as a percentage</string>
111                     </property>
112                     <property name="toolTip" stdset="0">
113                         <string>Check to show score as a percentage</string>
114                     </property>
115                     <property name="whatsThis" stdset="0">
116                         <string>Select if the score should be shown as a percentage</string>
117                     </property>
118                 </widget>
119             </grid>
120         </widget>
121         <spacer row="4" column="0">
122             <property name="name">
123                 <cstring>spcVert</cstring>
124             </property>
125             <property name="orientation">
126                 <enum>Vertical</enum>
127             </property>
128             <property name="sizeType">
129                 <enum>Expanding</enum>
130             </property>
131             <property name="sizeHint">
132                 <size>
133                     <width>21</width>
134                     <height>31</height>
135                 </size>
136             </property>
137         </spacer>
138         <widget class="QButtonGroup" row="0" column="0">
139             <property name="name">
140                 <cstring>KeepDiscard</cstring>
141             </property>
142             <property name="frameShape">
143                 <enum>GroupBoxPanel</enum>
144             </property>
145             <property name="title">
146                 <string>Flashcard</string>
147             </property>
148             <property name="whatsThis" stdset="0">
149                 <string>Specify behavior of a flashcard session</string>
150             </property>
151             <grid>
152                 <property name="name">
153                     <cstring>unnamed</cstring>
154                 </property>
155                 <spacer row="1" column="0" rowspan="2" colspan="1">
156                     <property name="name">
157                         <cstring>spcHorz</cstring>
158                     </property>
159                     <property name="orientation">
160                         <enum>Horizontal</enum>
161                     </property>
162                     <property name="sizeType">
163                         <enum>Fixed</enum>
164                     </property>
165                     <property name="sizeHint">
166                         <size>
167                             <width>20</width>
168                             <height>70</height>
169                         </size>
170                     </property>
171                 </spacer>
172                 <widget class="QLabel" row="1" column="2">
173                     <property name="name">
174                         <cstring>lblSeconds</cstring>
175                     </property>
176                     <property name="sizePolicy">
177                         <sizepolicy>
178                             <hsizetype>7</hsizetype>
179                             <vsizetype>5</vsizetype>
180                             <horstretch>0</horstretch>
181                             <verstretch>0</verstretch>
182                         </sizepolicy>
183                     </property>
184                     <property name="text">
185                         <string>seconds and</string>
186                     </property>
187                     <property name="whatsThis" stdset="0">
188                         <string>Specify the amount of time between card flips</string>
189                     </property>
190                 </widget>
191                 <widget class="KIntNumInput" row="1" column="1">
192                     <property name="name">
193                         <cstring>kcfg_FlipDelay</cstring>
194                     </property>
195                     <property name="toolTip" stdset="0">
196                         <string>Delay to flip card</string>
197                     </property>
198                     <property name="whatsThis" stdset="0">
199                         <string>Delay in seconds to flip card</string>
200                     </property>
201                 </widget>
202                 <widget class="QButtonGroup" row="2" column="1" rowspan="1" colspan="2">
203                     <property name="name">
204                         <cstring>kcfg_KeepDiscard</cstring>
205                     </property>
206                     <property name="frameShape">
207                         <enum>NoFrame</enum>
208                     </property>
209                     <property name="title">
210                         <string></string>
211                     </property>
212                     <property name="selectedId" stdset="0">
213                         <number>0</number>
214                     </property>
215                     <grid>
216                         <property name="name">
217                             <cstring>unnamed</cstring>
218                         </property>
219                         <property name="margin">
220                             <number>0</number>
221                         </property>
222                         <widget class="QRadioButton" row="0" column="0">
223                             <property name="name">
224                                 <cstring>optCorrect</cstring>
225                             </property>
226                             <property name="text">
227                                 <string>Count &amp;as correct</string>
228                             </property>
229                             <property name="toolTip" stdset="0">
230                                 <string>Select how to count card</string>
231                             </property>
232                             <property name="whatsThis" stdset="0">
233                                 <string>Select if the previous card should be counted as correct when moving to the next card</string>
234                             </property>
235                         </widget>
236                         <widget class="QRadioButton" row="1" column="0">
237                             <property name="name">
238                                 <cstring>optError</cstring>
239                             </property>
240                             <property name="text">
241                                 <string>Count as &amp;error</string>
242                             </property>
243                             <property name="toolTip" stdset="0">
244                                 <string>Select how to count card</string>
245                             </property>
246                             <property name="whatsThis" stdset="0">
247                                 <string>Select if the previous card should be counted as incorrect when moving to the next card</string>
248                             </property>
249                         </widget>
250                     </grid>
251                 </widget>
252                 <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="3">
253                     <property name="name">
254                         <cstring>kcfg_AutoFlip</cstring>
255                     </property>
256                     <property name="text">
257                         <string>&amp;Flip card automatically after</string>
258                     </property>
259                     <property name="buttonGroupId">
260                         <number>2</number>
261                     </property>
262                     <property name="toolTip" stdset="0">
263                         <string>Check to flip card automatically</string>
264                     </property>
265                     <property name="whatsThis" stdset="0">
266                         <string>Select if you want a card to turn over automatically after the given amount of time</string>
267                     </property>
268                 </widget>
269             </grid>
270         </widget>
271     </grid>
272 </widget>
273 <connections>
274     <connection>
275         <sender>kcfg_AutoFlip</sender>
276         <signal>toggled(bool)</signal>
277         <receiver>kcfg_FlipDelay</receiver>
278         <slot>setEnabled(bool)</slot>
279     </connection>
280     <connection>
281         <sender>kcfg_AutoFlip</sender>
282         <signal>toggled(bool)</signal>
283         <receiver>kcfg_KeepDiscard</receiver>
284         <slot>setEnabled(bool)</slot>
285     </connection>
286 </connections>
287 <slots>
288     <slot>slotAutoFlipClicked()</slot>
289 </slots>
290 <layoutdefaults spacing="6" margin="11"/>
291 <includehints>
292     <includehint>knuminput.h</includehint>
293     <includehint>knuminput.h</includehint>
294 </includehints>
295 </UI>