1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>PlotSetupWidget</class>
3 <widget class="QWidget">
5 <cstring>PlotSetupWidget</cstring>
7 <property name="geometry">
16 <property name="name">
17 <cstring>unnamed</cstring>
19 <widget class="QLayoutWidget" row="0" column="0">
20 <property name="name">
21 <cstring>layout4</cstring>
24 <property name="name">
25 <cstring>unnamed</cstring>
27 <widget class="QLabel">
28 <property name="name">
29 <cstring>textLabel1</cstring>
31 <property name="text">
32 <string>Y-axis:</string>
35 <widget class="KComboBox">
37 <property name="text">
38 <string>Weight</string>
42 <property name="text">
43 <string>Mean Weight</string>
47 <property name="text">
48 <string>Density</string>
52 <property name="text">
53 <string>First Ionization energy</string>
57 <property name="text">
58 <string>Second Ionization energy</string>
62 <property name="text">
63 <string>Electronegativity</string>
66 <property name="name">
67 <cstring>KCB_y</cstring>
69 <property name="whatsThis" stdset="0">
70 <string>Here you can define what you want to plot</string>
74 <property name="name">
75 <cstring>spacer1</cstring>
77 <property name="orientation">
80 <property name="sizeType">
81 <enum>Expanding</enum>
83 <property name="sizeHint">
90 <widget class="QCheckBox">
91 <property name="name">
92 <cstring>connectPoints</cstring>
94 <property name="text">
95 <string>&Connect points</string>
97 <property name="whatsThis" stdset="0">
98 <string>Define whether the plotted points should be connected or not</string>
101 <widget class="QCheckBox">
102 <property name="name">
103 <cstring>showNames</cstring>
105 <property name="text">
106 <string>&Show element names</string>
108 <property name="whatsThis" stdset="0">
109 <string>Define whether the names of the plotted element should be displayed</string>
112 <widget class="QLabel">
113 <property name="name">
114 <cstring>textLabel3</cstring>
116 <property name="text">
117 <string>First element:</string>
120 <widget class="KIntNumInput">
121 <property name="name">
122 <cstring>from</cstring>
124 <property name="value">
127 <property name="minValue">
130 <property name="maxValue">
133 <property name="whatsThis" stdset="0">
134 <string>Define the first element whose value should be plotted</string>
137 <widget class="QLabel">
138 <property name="name">
139 <cstring>textLabel4</cstring>
141 <property name="text">
142 <string>Last element:</string>
145 <widget class="KIntNumInput">
146 <property name="name">
147 <cstring>to</cstring>
149 <property name="value">
152 <property name="minValue">
155 <property name="maxValue">
158 <property name="whatsThis" stdset="0">
159 <string>Define the last element whose value should be plotted</string>
166 <layoutdefaults spacing="6" margin="11"/>