moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kalzium / src / plotsetupwidget.ui
bloba95d64d2451d52e5977790c4efc16c62336c70ee
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>PlotSetupWidget</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>PlotSetupWidget</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>170</width>
12             <height>488</height>
13         </rect>
14     </property>
15     <grid>
16         <property name="name">
17             <cstring>unnamed</cstring>
18         </property>
19         <widget class="QLayoutWidget" row="0" column="0">
20             <property name="name">
21                 <cstring>layout4</cstring>
22             </property>
23             <vbox>
24                 <property name="name">
25                     <cstring>unnamed</cstring>
26                 </property>
27                 <widget class="QLabel">
28                     <property name="name">
29                         <cstring>textLabel1</cstring>
30                     </property>
31                     <property name="text">
32                         <string>Y-axis:</string>
33                     </property>
34                 </widget>
35                 <widget class="KComboBox">
36                     <item>
37                         <property name="text">
38                             <string>Weight</string>
39                         </property>
40                     </item>
41                     <item>
42                         <property name="text">
43                             <string>Mean Weight</string>
44                         </property>
45                     </item>
46                     <item>
47                         <property name="text">
48                             <string>Density</string>
49                         </property>
50                     </item>
51                     <item>
52                         <property name="text">
53                             <string>First Ionization energy</string>
54                         </property>
55                     </item>
56                     <item>
57                         <property name="text">
58                             <string>Second Ionization energy</string>
59                         </property>
60                     </item>
61                     <item>
62                         <property name="text">
63                             <string>Electronegativity</string>
64                         </property>
65                     </item>
66                     <property name="name">
67                         <cstring>KCB_y</cstring>
68                     </property>
69                     <property name="whatsThis" stdset="0">
70                         <string>Here you can define what you want to plot</string>
71                     </property>
72                 </widget>
73                 <spacer>
74                     <property name="name">
75                         <cstring>spacer1</cstring>
76                     </property>
77                     <property name="orientation">
78                         <enum>Vertical</enum>
79                     </property>
80                     <property name="sizeType">
81                         <enum>Expanding</enum>
82                     </property>
83                     <property name="sizeHint">
84                         <size>
85                             <width>20</width>
86                             <height>260</height>
87                         </size>
88                     </property>
89                 </spacer>
90                 <widget class="QCheckBox">
91                     <property name="name">
92                         <cstring>connectPoints</cstring>
93                     </property>
94                     <property name="text">
95                         <string>&amp;Connect points</string>
96                     </property>
97                     <property name="whatsThis" stdset="0">
98                         <string>Define whether the plotted points should be connected or not</string>
99                     </property>
100                 </widget>
101                 <widget class="QCheckBox">
102                     <property name="name">
103                         <cstring>showNames</cstring>
104                     </property>
105                     <property name="text">
106                         <string>&amp;Show element names</string>
107                     </property>
108                     <property name="whatsThis" stdset="0">
109                         <string>Define whether the names of the plotted element should be displayed</string>
110                     </property>
111                 </widget>
112                 <widget class="QLabel">
113                     <property name="name">
114                         <cstring>textLabel3</cstring>
115                     </property>
116                     <property name="text">
117                         <string>First element:</string>
118                     </property>
119                 </widget>
120                 <widget class="KIntNumInput">
121                     <property name="name">
122                         <cstring>from</cstring>
123                     </property>
124                     <property name="value">
125                         <number>1</number>
126                     </property>
127                     <property name="minValue">
128                         <number>1</number>
129                     </property>
130                     <property name="maxValue">
131                         <number>109</number>
132                     </property>
133                     <property name="whatsThis" stdset="0">
134                         <string>Define the first element whose value should be plotted</string>
135                     </property>
136                 </widget>
137                 <widget class="QLabel">
138                     <property name="name">
139                         <cstring>textLabel4</cstring>
140                     </property>
141                     <property name="text">
142                         <string>Last element:</string>
143                     </property>
144                 </widget>
145                 <widget class="KIntNumInput">
146                     <property name="name">
147                         <cstring>to</cstring>
148                     </property>
149                     <property name="value">
150                         <number>20</number>
151                     </property>
152                     <property name="minValue">
153                         <number>2</number>
154                     </property>
155                     <property name="maxValue">
156                         <number>110</number>
157                     </property>
158                     <property name="whatsThis" stdset="0">
159                         <string>Define the last element whose value should be plotted</string>
160                     </property>
161                 </widget>
162             </vbox>
163         </widget>
164     </grid>
165 </widget>
166 <layoutdefaults spacing="6" margin="11"/>
167 </UI>