moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kalzium / src / informationdialog.ui
blob9980244a01c7ed5756c90fb3ef74d318c14bd7de
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>InformationDialog</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>InformationDialog</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>533</width>
12             <height>364</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Learn More About the Table of Elements</string>
17     </property>
18     <property name="sizeGripEnabled">
19         <bool>true</bool>
20     </property>
21     <grid>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <widget class="QLayoutWidget" row="1" column="0">
26             <property name="name">
27                 <cstring>layout7</cstring>
28             </property>
29             <hbox>
30                 <property name="name">
31                     <cstring>unnamed</cstring>
32                 </property>
33                 <widget class="QPushButton">
34                     <property name="name">
35                         <cstring>buttonHelp</cstring>
36                     </property>
37                     <property name="text">
38                         <string>&amp;Help</string>
39                     </property>
40                     <property name="accel">
41                         <string>F1</string>
42                     </property>
43                     <property name="autoDefault">
44                         <bool>true</bool>
45                     </property>
46                 </widget>
47                 <spacer>
48                     <property name="name">
49                         <cstring>Horizontal Spacing2</cstring>
50                     </property>
51                     <property name="orientation">
52                         <enum>Horizontal</enum>
53                     </property>
54                     <property name="sizeType">
55                         <enum>Expanding</enum>
56                     </property>
57                     <property name="sizeHint">
58                         <size>
59                             <width>365</width>
60                             <height>20</height>
61                         </size>
62                     </property>
63                 </spacer>
64                 <widget class="QPushButton">
65                     <property name="name">
66                         <cstring>buttonOk</cstring>
67                     </property>
68                     <property name="text">
69                         <string>&amp;OK</string>
70                     </property>
71                     <property name="accel">
72                         <string></string>
73                     </property>
74                     <property name="autoDefault">
75                         <bool>true</bool>
76                     </property>
77                     <property name="default">
78                         <bool>true</bool>
79                     </property>
80                 </widget>
81             </hbox>
82         </widget>
83         <widget class="QTabWidget" row="0" column="0">
84             <property name="name">
85                 <cstring>tabWidget</cstring>
86             </property>
87             <widget class="QWidget">
88                 <property name="name">
89                     <cstring>tab</cstring>
90                 </property>
91                 <attribute name="title">
92                     <string>The Table</string>
93                 </attribute>
94                 <grid>
95                     <property name="name">
96                         <cstring>unnamed</cstring>
97                     </property>
98                     <widget class="QTextBrowser" row="0" column="0">
99                         <property name="name">
100                             <cstring>m_explanation</cstring>
101                         </property>
102                     </widget>
103                     <widget class="QButtonGroup" row="1" column="0">
104                         <property name="name">
105                             <cstring>buttonGroup</cstring>
106                         </property>
107                         <property name="sizePolicy">
108                             <sizepolicy>
109                                 <hsizetype>5</hsizetype>
110                                 <vsizetype>1</vsizetype>
111                                 <horstretch>0</horstretch>
112                                 <verstretch>0</verstretch>
113                             </sizepolicy>
114                         </property>
115                         <property name="title">
116                             <string>What would you like to investigate?</string>
117                         </property>
118                         <property name="checkable">
119                             <bool>false</bool>
120                         </property>
121                         <property name="checked">
122                             <bool>false</bool>
123                         </property>
124                         <property name="selectedId" stdset="0">
125                             <number>-1</number>
126                         </property>
127                         <grid>
128                             <property name="name">
129                                 <cstring>unnamed</cstring>
130                             </property>
131                             <widget class="QRadioButton" row="0" column="0">
132                                 <property name="name">
133                                     <cstring>groups</cstring>
134                                 </property>
135                                 <property name="text">
136                                     <string>Groups</string>
137                                 </property>
138                             </widget>
139                             <widget class="QRadioButton" row="1" column="0">
140                                 <property name="name">
141                                     <cstring>periods</cstring>
142                                 </property>
143                                 <property name="text">
144                                     <string>Periods</string>
145                                 </property>
146                             </widget>
147                         </grid>
148                     </widget>
149                 </grid>
150             </widget>
151             <widget class="QWidget">
152                 <property name="name">
153                     <cstring>tab</cstring>
154                 </property>
155                 <attribute name="title">
156                     <string>Time</string>
157                 </attribute>
158                 <grid>
159                     <property name="name">
160                         <cstring>unnamed</cstring>
161                     </property>
162                     <widget class="QTextBrowser" row="0" column="0">
163                         <property name="name">
164                             <cstring>m_explanation_2</cstring>
165                         </property>
166                     </widget>
167                     <widget class="QLayoutWidget" row="1" column="0">
168                         <property name="name">
169                             <cstring>layout5</cstring>
170                         </property>
171                         <hbox>
172                             <property name="name">
173                                 <cstring>unnamed</cstring>
174                             </property>
175                             <widget class="QSlider">
176                                 <property name="name">
177                                     <cstring>time_slider</cstring>
178                                 </property>
179                                 <property name="minValue">
180                                     <number>1600</number>
181                                 </property>
182                                 <property name="maxValue">
183                                     <number>2005</number>
184                                 </property>
185                                 <property name="orientation">
186                                     <enum>Horizontal</enum>
187                                 </property>
188                             </widget>
189                             <widget class="QLCDNumber">
190                                 <property name="name">
191                                     <cstring>lCDNumber1</cstring>
192                                 </property>
193                             </widget>
194                         </hbox>
195                     </widget>
196                 </grid>
197             </widget>
198             <widget class="QWidget">
199                 <property name="name">
200                     <cstring>TabPage</cstring>
201                 </property>
202                 <attribute name="title">
203                     <string>Temperature</string>
204                 </attribute>
205                 <grid>
206                     <property name="name">
207                         <cstring>unnamed</cstring>
208                     </property>
209                     <widget class="QTextBrowser" row="0" column="0">
210                         <property name="name">
211                             <cstring>m_explanation_3</cstring>
212                         </property>
213                     </widget>
214                     <widget class="QLayoutWidget" row="1" column="0">
215                         <property name="name">
216                             <cstring>layout8</cstring>
217                         </property>
218                         <hbox>
219                             <property name="name">
220                                 <cstring>unnamed</cstring>
221                             </property>
222                             <widget class="QSlider">
223                                 <property name="name">
224                                     <cstring>temp_slider</cstring>
225                                 </property>
226                                 <property name="maxValue">
227                                     <number>5000</number>
228                                 </property>
229                                 <property name="orientation">
230                                     <enum>Horizontal</enum>
231                                 </property>
232                             </widget>
233                             <widget class="QLCDNumber">
234                                 <property name="name">
235                                     <cstring>lCDNumber1_2</cstring>
236                                 </property>
237                             </widget>
238                         </hbox>
239                     </widget>
240                 </grid>
241             </widget>
242         </widget>
243     </grid>
244 </widget>
245 <connections>
246     <connection>
247         <sender>time_slider</sender>
248         <signal>sliderMoved(int)</signal>
249         <receiver>lCDNumber1</receiver>
250         <slot>display(int)</slot>
251     </connection>
252     <connection>
253         <sender>temp_slider</sender>
254         <signal>sliderMoved(int)</signal>
255         <receiver>lCDNumber1_2</receiver>
256         <slot>display(int)</slot>
257     </connection>
258     <connection>
259         <sender>buttonOk</sender>
260         <signal>clicked()</signal>
261         <receiver>InformationDialog</receiver>
262         <slot>close()</slot>
263     </connection>
264 </connections>
265 <slots>
266     <slot>slotSelectionChanged(int)</slot>
267 </slots>
268 <layoutdefaults spacing="6" margin="11"/>
269 </UI>