moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kwordquiz / src / dlgsortbase.ui
blobe2e7e3f6c4195b3639f37f08f617fb4f604d81f0
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>DlgSortBase</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>DlgSortBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>200</width>
12             <height>176</height>
13         </rect>
14     </property>
15     <property name="sizePolicy">
16         <sizepolicy>
17             <hsizetype>5</hsizetype>
18             <vsizetype>5</vsizetype>
19             <horstretch>0</horstretch>
20             <verstretch>0</verstretch>
21         </sizepolicy>
22     </property>
23     <property name="minimumSize">
24         <size>
25             <width>200</width>
26             <height>170</height>
27         </size>
28     </property>
29     <grid>
30         <property name="name">
31             <cstring>unnamed</cstring>
32         </property>
33         <property name="margin">
34             <number>0</number>
35         </property>
36         <widget class="QLayoutWidget" row="0" column="0">
37             <property name="name">
38                 <cstring>layout6</cstring>
39             </property>
40             <vbox>
41                 <property name="name">
42                     <cstring>unnamed</cstring>
43                 </property>
44                 <widget class="QButtonGroup">
45                     <property name="name">
46                         <cstring>grpBase</cstring>
47                     </property>
48                     <property name="title">
49                         <string>Based On</string>
50                     </property>
51                     <property name="toolTip" stdset="0">
52                         <string>Sort based on this column</string>
53                     </property>
54                     <property name="whatsThis" stdset="0">
55                         <string>Select the column on which you want to base the sort</string>
56                     </property>
57                     <grid>
58                         <property name="name">
59                             <cstring>unnamed</cstring>
60                         </property>
61                         <widget class="QRadioButton" row="0" column="0">
62                             <property name="name">
63                                 <cstring>optLang1</cstring>
64                             </property>
65                             <property name="text">
66                                 <string>&amp;1 Language 1</string>
67                             </property>
68                             <property name="toolTip" stdset="0">
69                                 <string>Sort based on this column</string>
70                             </property>
71                             <property name="whatsThis" stdset="0">
72                                 <string>Select to sort based on the left column</string>
73                             </property>
74                         </widget>
75                         <widget class="QRadioButton" row="1" column="0">
76                             <property name="name">
77                                 <cstring>optLang2</cstring>
78                             </property>
79                             <property name="text">
80                                 <string>&amp;2 Language 2</string>
81                             </property>
82                             <property name="toolTip" stdset="0">
83                                 <string>Sort based on this column</string>
84                             </property>
85                             <property name="whatsThis" stdset="0">
86                                 <string>Select to sort based on the right column</string>
87                             </property>
88                         </widget>
89                     </grid>
90                 </widget>
91                 <widget class="QButtonGroup">
92                     <property name="name">
93                         <cstring>grpDirection</cstring>
94                     </property>
95                     <property name="title">
96                         <string>Direction</string>
97                     </property>
98                     <property name="toolTip" stdset="0">
99                         <string>Sort in this direction</string>
100                     </property>
101                     <property name="whatsThis" stdset="0">
102                         <string>Select direction for the sort</string>
103                     </property>
104                     <grid>
105                         <property name="name">
106                             <cstring>unnamed</cstring>
107                         </property>
108                         <widget class="QRadioButton" row="0" column="0">
109                             <property name="name">
110                                 <cstring>optAscending</cstring>
111                             </property>
112                             <property name="text">
113                                 <string>&amp;Ascending</string>
114                             </property>
115                             <property name="toolTip" stdset="0">
116                                 <string>Sort in this direction</string>
117                             </property>
118                             <property name="whatsThis" stdset="0">
119                                 <string>Select to sort in ascending order</string>
120                             </property>
121                         </widget>
122                         <widget class="QRadioButton" row="1" column="0">
123                             <property name="name">
124                                 <cstring>optDescending</cstring>
125                             </property>
126                             <property name="text">
127                                 <string>&amp;Descending</string>
128                             </property>
129                             <property name="toolTip" stdset="0">
130                                 <string>Sort in this direction</string>
131                             </property>
132                             <property name="whatsThis" stdset="0">
133                                 <string>Select to sort in descending order</string>
134                             </property>
135                         </widget>
136                     </grid>
137                 </widget>
138             </vbox>
139         </widget>
140     </grid>
141 </widget>
142 <layoutdefaults spacing="6" margin="11"/>
143 </UI>