Skip to content
Snippets Groups Projects

Renne

Merged Renne Thomas requested to merge renne into master
5 files
+ 59
14
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -269,7 +269,7 @@ QToolBox::tab {
<x>0</x>
<y>0</y>
<width>352</width>
<height>400</height>
<height>373</height>
</rect>
</property>
<attribute name="icon">
@@ -330,6 +330,12 @@ QToolBox::tab {
</item>
<item>
<widget class="QLabel" name="label_9">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Abundance ratios</string>
</property>
@@ -338,14 +344,31 @@ QToolBox::tab {
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="factor_combobox">
<property name="toolTip">
<string/>
</property>
<property name="currentText">
<string/>
</property>
</widget>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QLabel" name="label_10">
<property name="font">
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>Factor</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="factor_combobox">
<property name="toolTip">
<string/>
</property>
<property name="currentText">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_9">
@@ -417,6 +440,11 @@ QToolBox::tab {
</item>
</layout>
</widget>
<widget class="QWidget" name="xic_page">
<attribute name="label">
<string>XIC</string>
</attribute>
</widget>
</widget>
</item>
</layout>
Loading