moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kwordquiz / src / prefeditorbase.ui
blob71ef99ede30d89b07ec5c9f5d6808333ef11a120
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>PrefEditorBase</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>PrefEditorBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>250</width>
12             <height>256</height>
13         </rect>
14     </property>
15     <property name="minimumSize">
16         <size>
17             <width>250</width>
18             <height>250</height>
19         </size>
20     </property>
21     <property name="caption">
22         <string>Editor</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="0" column="0">
32             <property name="name">
33                 <cstring>kcfg_EnterMove</cstring>
34             </property>
35             <property name="title">
36                 <string>Enter Ke&amp;y Moves</string>
37             </property>
38             <property name="toolTip" stdset="0">
39                 <string>How enter key moves</string>
40             </property>
41             <property name="whatsThis" stdset="0">
42                 <string>Select how the Enter key should behave in the editor</string>
43             </property>
44             <grid>
45                 <property name="name">
46                     <cstring>unnamed</cstring>
47                 </property>
48                 <widget class="QRadioButton" row="0" column="0">
49                     <property name="name">
50                         <cstring>optDown</cstring>
51                     </property>
52                     <property name="text">
53                         <string>&amp;Down</string>
54                     </property>
55                     <property name="toolTip" stdset="0">
56                         <string>How enter key moves</string>
57                     </property>
58                     <property name="whatsThis" stdset="0">
59                         <string>Select if the next cell below should become active when pressing Enter.</string>
60                     </property>
61                 </widget>
62                 <widget class="QRadioButton" row="1" column="0">
63                     <property name="name">
64                         <cstring>optRight</cstring>
65                     </property>
66                     <property name="text">
67                         <string>&amp;Right</string>
68                     </property>
69                     <property name="toolTip" stdset="0">
70                         <string>How enter key moves</string>
71                     </property>
72                     <property name="whatsThis" stdset="0">
73                         <string>Select if the next cell to the right should become active when pressing Enter</string>
74                     </property>
75                 </widget>
76                 <widget class="QRadioButton" row="2" column="0">
77                     <property name="name">
78                         <cstring>optNoMove</cstring>
79                     </property>
80                     <property name="text">
81                         <string>Does not &amp;move</string>
82                     </property>
83                     <property name="toolTip" stdset="0">
84                         <string>How enter key moves</string>
85                     </property>
86                     <property name="whatsThis" stdset="0">
87                         <string>Select if the current cell should remain active when pressing Enter</string>
88                     </property>
89                 </widget>
90             </grid>
91         </widget>
92         <widget class="QCheckBox" row="1" column="0">
93             <property name="name">
94                 <cstring>kcfg_EnableBlanks</cstring>
95             </property>
96             <property name="text">
97                 <string>E&amp;nable fill-in-the-blank</string>
98             </property>
99             <property name="toolTip" stdset="0">
100                 <string>Check to enable fill-in-the-blank</string>
101             </property>
102             <property name="whatsThis" stdset="0">
103                 <string>Select to enable the functions for Fill-in-the-blank</string>
104             </property>
105         </widget>
106         <spacer row="2" column="0">
107             <property name="name">
108                 <cstring>spcVert</cstring>
109             </property>
110             <property name="orientation">
111                 <enum>Vertical</enum>
112             </property>
113             <property name="sizeType">
114                 <enum>Expanding</enum>
115             </property>
116             <property name="sizeHint">
117                 <size>
118                     <width>41</width>
119                     <height>81</height>
120                 </size>
121             </property>
122         </spacer>
123     </grid>
124 </widget>
125 <layoutdefaults spacing="6" margin="11"/>
126 </UI>