blob: fb0ef9c2d446b193ff3ca4b396d579b726eb2637 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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>
|