moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / ktouch / src / ktouchstartnewdialog.ui
blobe6d80ec591419982c469762ddd7cc11dc71d49d8
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>KTouchStartNewDialog</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>KTouchStartNewDialog</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>407</width>
12             <height>244</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="caption">
24         <string>Start New Training Session</string>
25     </property>
26     <grid>
27         <property name="name">
28             <cstring>unnamed</cstring>
29         </property>
30         <widget class="QFrame" row="0" column="0" rowspan="1" colspan="3">
31             <property name="name">
32                 <cstring>frame3</cstring>
33             </property>
34             <property name="frameShape">
35                 <enum>GroupBoxPanel</enum>
36             </property>
37             <property name="frameShadow">
38                 <enum>Sunken</enum>
39             </property>
40             <vbox>
41                 <property name="name">
42                     <cstring>unnamed</cstring>
43                 </property>
44                 <widget class="QLabel">
45                     <property name="name">
46                         <cstring>textLabel1</cstring>
47                     </property>
48                     <property name="text">
49                         <string>You are about to start a new training session. Would you like to keep your current level or restart the lecture at the first level?</string>
50                     </property>
51                     <property name="alignment">
52                         <set>WordBreak|AlignJustify|AlignTop</set>
53                     </property>
54                 </widget>
55                 <spacer>
56                     <property name="name">
57                         <cstring>spacer1</cstring>
58                     </property>
59                     <property name="orientation">
60                         <enum>Vertical</enum>
61                     </property>
62                     <property name="sizeType">
63                         <enum>Fixed</enum>
64                     </property>
65                     <property name="sizeHint">
66                         <size>
67                             <width>20</width>
68                             <height>16</height>
69                         </size>
70                     </property>
71                 </spacer>
72                 <widget class="QCheckBox">
73                     <property name="name">
74                         <cstring>keepLevel</cstring>
75                     </property>
76                     <property name="text">
77                         <string>Keep current level</string>
78                     </property>
79                     <property name="checked">
80                         <bool>true</bool>
81                     </property>
82                 </widget>
83             </vbox>
84         </widget>
85         <spacer row="1" column="0">
86             <property name="name">
87                 <cstring>spacer2</cstring>
88             </property>
89             <property name="orientation">
90                 <enum>Horizontal</enum>
91             </property>
92             <property name="sizeType">
93                 <enum>Expanding</enum>
94             </property>
95             <property name="sizeHint">
96                 <size>
97                     <width>161</width>
98                     <height>20</height>
99                 </size>
100             </property>
101         </spacer>
102         <widget class="KPushButton" row="1" column="1">
103             <property name="name">
104                 <cstring>OkButton</cstring>
105             </property>
106             <property name="sizePolicy">
107                 <sizepolicy>
108                     <hsizetype>1</hsizetype>
109                     <vsizetype>0</vsizetype>
110                     <horstretch>0</horstretch>
111                     <verstretch>0</verstretch>
112                 </sizepolicy>
113             </property>
114             <property name="minimumSize">
115                 <size>
116                     <width>0</width>
117                     <height>29</height>
118                 </size>
119             </property>
120             <property name="text">
121                 <string>&amp;OK</string>
122             </property>
123             <property name="default">
124                 <bool>true</bool>
125             </property>
126         </widget>
127         <widget class="KPushButton" row="1" column="2">
128             <property name="name">
129                 <cstring>CancelButton</cstring>
130             </property>
131             <property name="text">
132                 <string>&amp;Cancel</string>
133             </property>
134         </widget>
135     </grid>
136 </widget>
137 <customwidgets>
138 </customwidgets>
139 <connections>
140     <connection>
141         <sender>OkButton</sender>
142         <signal>clicked()</signal>
143         <receiver>KTouchStartNewDialog</receiver>
144         <slot>accept()</slot>
145     </connection>
146     <connection>
147         <sender>CancelButton</sender>
148         <signal>clicked()</signal>
149         <receiver>KTouchStartNewDialog</receiver>
150         <slot>reject()</slot>
151     </connection>
152 </connections>
153 <layoutdefaults spacing="6" margin="11"/>
154 <includehints>
155     <includehint>kpushbutton.h</includehint>
156     <includehint>kpushbutton.h</includehint>
157 </includehints>
158 </UI>