summaryrefslogtreecommitdiffstats
path: root/kalzium/src/plotsetupwidget.ui
diff options
context:
space:
mode:
Diffstat (limited to 'kalzium/src/plotsetupwidget.ui')
-rw-r--r--kalzium/src/plotsetupwidget.ui256
1 files changed, 256 insertions, 0 deletions
diff --git a/kalzium/src/plotsetupwidget.ui b/kalzium/src/plotsetupwidget.ui
new file mode 100644
index 00000000..a395541d
--- /dev/null
+++ b/kalzium/src/plotsetupwidget.ui
@@ -0,0 +1,256 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>PlotSetupWidget</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>PlotSetupWidget</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>279</width>
+ <height>565</height>
+ </rect>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel" row="9" column="0">
+ <property name="name">
+ <cstring>textLabel3</cstring>
+ </property>
+ <property name="text">
+ <string>First element:</string>
+ </property>
+ </widget>
+ <widget class="QLayoutWidget" row="2" column="0">
+ <property name="name">
+ <cstring>layout4</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel1_2</cstring>
+ </property>
+ <property name="text">
+ <string>Average value:</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>aValue</cstring>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <widget class="KIntNumInput" row="12" column="0">
+ <property name="name">
+ <cstring>to</cstring>
+ </property>
+ <property name="value">
+ <number>115</number>
+ </property>
+ <property name="minValue">
+ <number>2</number>
+ </property>
+ <property name="maxValue">
+ <number>200</number>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Define the last element whose value should be plotted</string>
+ </property>
+ </widget>
+ <widget class="QLayoutWidget" row="0" column="0">
+ <property name="name">
+ <cstring>layout2</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel3_2</cstring>
+ </property>
+ <property name="text">
+ <string>Minimum value:</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>minValue</cstring>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <widget class="QCheckBox" row="8" column="0">
+ <property name="name">
+ <cstring>showNames</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Show element names</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Define whether the names of the plotted element should be displayed</string>
+ </property>
+ </widget>
+ <widget class="QLabel" row="11" column="0">
+ <property name="name">
+ <cstring>textLabel4</cstring>
+ </property>
+ <property name="text">
+ <string>Last element:</string>
+ </property>
+ </widget>
+ <widget class="QLayoutWidget" row="1" column="0">
+ <property name="name">
+ <cstring>layout3</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>textLabel2</cstring>
+ </property>
+ <property name="text">
+ <string>Maximum value:</string>
+ </property>
+ </widget>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>maxValue</cstring>
+ </property>
+ <property name="text">
+ <string></string>
+ </property>
+ </widget>
+ </hbox>
+ </widget>
+ <widget class="QCheckBox" row="7" column="0">
+ <property name="name">
+ <cstring>connectPoints</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Connect points</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Define whether the plotted points should be connected or not</string>
+ </property>
+ </widget>
+ <widget class="KIntNumInput" row="10" column="0">
+ <property name="name">
+ <cstring>from</cstring>
+ </property>
+ <property name="value">
+ <number>1</number>
+ </property>
+ <property name="minValue">
+ <number>1</number>
+ </property>
+ <property name="maxValue">
+ <number>200</number>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Define the first element whose value should be plotted</string>
+ </property>
+ </widget>
+ <spacer row="3" column="0">
+ <property name="name">
+ <cstring>spacer1</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>60</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QGroupBox" row="4" column="0">
+ <property name="name">
+ <cstring>groupBox1</cstring>
+ </property>
+ <property name="title">
+ <string>Y-axis</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="KComboBox" row="0" column="0">
+ <item>
+ <property name="text">
+ <string>Mass</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Mean Mass</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Density</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Electronegativity</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Melting Point</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Boiling Point</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Atomic Radius</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Covalent Radius</string>
+ </property>
+ </item>
+ <property name="name">
+ <cstring>KCB_y</cstring>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Here you can define what you want to plot</string>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ </grid>
+</widget>
+<customwidgets>
+</customwidgets>
+<layoutdefaults spacing="6" margin="11"/>
+<includehints>
+ <includehint>knuminput.h</includehint>
+ <includehint>kcombobox.h</includehint>
+</includehints>
+</UI>