diff options
Diffstat (limited to 'DockWidgets/DistillationColumnStagewiseResults.ui')
-rw-r--r-- | DockWidgets/DistillationColumnStagewiseResults.ui | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/DockWidgets/DistillationColumnStagewiseResults.ui b/DockWidgets/DistillationColumnStagewiseResults.ui new file mode 100644 index 0000000..fb0ef9c --- /dev/null +++ b/DockWidgets/DistillationColumnStagewiseResults.ui @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>DistillationColumnStagewiseResults</class> + <widget class="QWidget" name="DistillationColumnStagewiseResults"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>594</width> + <height>411</height> + </rect> + </property> + <property name="windowTitle"> + <string>Form</string> + </property> + <widget class="QTabWidget" name="tabWidget"> + <property name="geometry"> + <rect> + <x>-1</x> + <y>-1</y> + <width>591</width> + <height>411</height> + </rect> + </property> + <property name="currentIndex"> + <number>0</number> + </property> + <widget class="QWidget" name="T"> + <attribute name="title"> + <string>Temperature(K)</string> + </attribute> + <widget class="QTableWidget" name="T_table"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>591</width> + <height>391</height> + </rect> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + </widget> + </widget> + <widget class="QWidget" name="x_pc"> + <attribute name="title"> + <string>Component Mole Fractions</string> + </attribute> + <widget class="QTableWidget" name="x_pc_table"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>591</width> + <height>391</height> + </rect> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContentsOnFirstShow</enum> + </property> + </widget> + </widget> + </widget> + </widget> + <resources/> + <connections/> +</ui> |