diff options
Diffstat (limited to 'kalzium/src/settings_units.ui')
-rw-r--r-- | kalzium/src/settings_units.ui | 167 |
1 files changed, 167 insertions, 0 deletions
diff --git a/kalzium/src/settings_units.ui b/kalzium/src/settings_units.ui new file mode 100644 index 00000000..e054021a --- /dev/null +++ b/kalzium/src/settings_units.ui @@ -0,0 +1,167 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>setupUnits</class> +<widget class="QWidget"> + <property name="name"> + <cstring>setupUnits</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>256</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QButtonGroup" row="0" column="0"> + <property name="name"> + <cstring>kcfg_temperature</cstring> + </property> + <property name="title"> + <string>&Temperatures</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Kalzium can show you the temperature in three different scales</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton" row="0" column="0"> + <property name="name"> + <cstring>radioButton19</cstring> + </property> + <property name="text"> + <string>&Use Kelvin</string> + </property> + <property name="buttonGroupId"> + <number>0</number> + </property> + <property name="toolTip" stdset="0"> + <string>If selected, the temperatures will be displayed in Kelvin</string> + </property> + <property name="whatsThis" stdset="0"> + <string>If selected, the temperatures will be displayed in Kelvin. This is then saved in configuration and restored next time you start Kalzium.</string> + </property> + </widget> + <widget class="QRadioButton" row="2" column="0"> + <property name="name"> + <cstring>radioButton11_2</cstring> + </property> + <property name="text"> + <string>Use degrees &Fahrenheit</string> + </property> + <property name="buttonGroupId"> + <number>2</number> + </property> + <property name="toolTip" stdset="0"> + <string>If selected, the temperatures will be displayed in Degrees Fahrenheit</string> + </property> + <property name="whatsThis" stdset="0"> + <string>If selected, the temperatures will be displayed in Degrees Fahrenheit. This is then saved in configuration and restored next time you start Kalzium.</string> + </property> + </widget> + <widget class="QRadioButton" row="3" column="0"> + <property name="name"> + <cstring>radioButton21</cstring> + </property> + <property name="text"> + <string>Use degrees R&ankine</string> + </property> + <property name="buttonGroupId"> + <number>3</number> + </property> + <property name="toolTip" stdset="0"> + <string>If selected, the temperatures will be displayed in Degrees Rankine</string> + </property> + <property name="whatsThis" stdset="0"> + <string>If selected, the temperatures will be displayed in Degrees Rankine. This is then saved in configuration and restored next time you start Kalzium.</string> + </property> + </widget> + <widget class="QRadioButton" row="4" column="0"> + <property name="name"> + <cstring>radioButton22</cstring> + </property> + <property name="text"> + <string>Use degrees &Réaumur</string> + </property> + <property name="buttonGroupId"> + <number>4</number> + </property> + <property name="toolTip" stdset="0"> + <string>If selected, the temperatures will be displayed in Degrees Réaumur.</string> + </property> + <property name="whatsThis" stdset="0"> + <string>If selected, the temperatures will be displayed in Degrees Réaumur. This is then saved in configuration and restored next time you start Kalzium.</string> + </property> + </widget> + <widget class="QRadioButton" row="1" column="0"> + <property name="name"> + <cstring>radioButton20</cstring> + </property> + <property name="text"> + <string>Use de&grees Celsius</string> + </property> + <property name="buttonGroupId"> + <number>1</number> + </property> + <property name="toolTip" stdset="0"> + <string>If selected, the temperatures will be displayed in Degrees Celsius</string> + </property> + <property name="whatsThis" stdset="0"> + <string>If selected, the temperatures will be displayed in Degrees Celsius. This is then saved in configuration and restored next time you start Kalzium.</string> + </property> + </widget> + </grid> + </widget> + <widget class="QButtonGroup" row="1" column="0"> + <property name="name"> + <cstring>kcfg_energies</cstring> + </property> + <property name="title"> + <string>Units of &Energies</string> + </property> + <property name="exclusive"> + <bool>true</bool> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton" row="0" column="0"> + <property name="name"> + <cstring>radioButton3_2_2_2</cstring> + </property> + <property name="text"> + <string>&Show energies in kJ/mol (kilojoule per mol)</string> + </property> + <property name="toolTip" stdset="0"> + <string>Chose the energy unit as kJ/mol (kilojoule per mol)</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Check this if you prefer the energy unit in kJ/mol (kilojoule per mol). The other choice you have is eV (electronvolt).</string> + </property> + </widget> + <widget class="QRadioButton" row="1" column="0"> + <property name="name"> + <cstring>radioButton4_2_2_2</cstring> + </property> + <property name="text"> + <string>Show energies &in eV (electronvolt)</string> + </property> + <property name="toolTip" stdset="0"> + <string>Choose the energy unit as eV (electronvolt)</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Check this if you prefer the energy unit in eV (electronvolt). The other choice you have is kJ/mol (kilojoule per mol).</string> + </property> + </widget> + </grid> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |