diff options
author | brenda-br | 2023-02-23 22:14:39 +0530 |
---|---|---|
committer | brenda-br | 2023-02-23 22:14:39 +0530 |
commit | d476d2e053f937c0060f696312f301591e4f43ea (patch) | |
tree | 5d1643ba487082f986d8cc1868fba482293f1e37 /DockWidgets/DistillationColumnStagewiseResults.ui | |
parent | c5f533673ea9ab4315e76940f6d014e349f97884 (diff) | |
download | Chemical-Simulator-GUI-d476d2e053f937c0060f696312f301591e4f43ea.tar.gz Chemical-Simulator-GUI-d476d2e053f937c0060f696312f301591e4f43ea.tar.bz2 Chemical-Simulator-GUI-d476d2e053f937c0060f696312f301591e4f43ea.zip |
Restructure Code -1
Diffstat (limited to 'DockWidgets/DistillationColumnStagewiseResults.ui')
-rw-r--r-- | DockWidgets/DistillationColumnStagewiseResults.ui | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/DockWidgets/DistillationColumnStagewiseResults.ui b/DockWidgets/DistillationColumnStagewiseResults.ui deleted file mode 100644 index fb0ef9c..0000000 --- a/DockWidgets/DistillationColumnStagewiseResults.ui +++ /dev/null @@ -1,68 +0,0 @@ -<?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> |