개정판 6ab5da4a
issue #1213 : Line Sizing Criteria - Vapor
Change-Id: I930f87591aad34c1061d424b6159644bf1c59e26
HYTOS/HYTOS/Line_Sizing_VaporDialog.py | ||
---|---|---|
1 |
# -*- coding: utf-8 -*- |
|
2 |
|
|
3 |
# Form implementation generated from reading ui file 'ProjectDialog.ui' |
|
4 |
# |
|
5 |
# Created by: PyQt5 UI code generator 5.6 |
|
6 |
# |
|
7 |
# WARNING! All changes made in this file will be lost! |
|
8 |
|
|
9 |
from PyQt5 import QtCore, QtGui, QtWidgets |
|
10 |
from PyQt5.QtWidgets import * |
|
11 |
import sys |
|
12 |
import os |
|
13 |
from AppDocData import AppDocData |
|
14 |
import Line_Sizing_Vapor_UI |
|
15 |
import math |
|
16 |
|
|
17 |
|
|
18 |
class QLine_Sizing_VaporDialog(QDialog): |
|
19 |
def __init__(self): |
|
20 |
QDialog.__init__(self) |
|
21 |
|
|
22 |
self.ui = Line_Sizing_Vapor_UI.Ui_Dialog() |
|
23 |
self.ui.setupUi(self) |
|
24 |
|
|
25 |
def show_dialog(self): |
|
26 |
self.setWindowFlags(self.windowFlags() & ~QtCore.Qt.WindowContextHelpButtonHint) |
|
27 |
|
|
28 |
self.exec_() |
|
29 |
|
|
30 |
def accept(self): |
|
31 |
QDialog.accept(self) |
|
32 |
|
|
33 |
def reject(self): |
|
34 |
QDialog.reject(self) |
HYTOS/HYTOS/Line_Sizing_Vapor_UI.py | ||
---|---|---|
1 |
# -*- coding: utf-8 -*- |
|
2 |
|
|
3 |
# Form implementation generated from reading ui file '.\UI\Line_Sizing_Vapor.ui' |
|
4 |
# |
|
5 |
# Created by: PyQt5 UI code generator 5.13.0 |
|
6 |
# |
|
7 |
# WARNING! All changes made in this file will be lost! |
|
8 |
|
|
9 |
|
|
10 |
from PyQt5 import QtCore, QtGui, QtWidgets |
|
11 |
|
|
12 |
|
|
13 |
class Ui_Dialog(object): |
|
14 |
def setupUi(self, Dialog): |
|
15 |
Dialog.setObjectName("Dialog") |
|
16 |
Dialog.resize(440, 398) |
|
17 |
font = QtGui.QFont() |
|
18 |
font.setFamily("맑은 고딕") |
|
19 |
Dialog.setFont(font) |
|
20 |
icon = QtGui.QIcon() |
|
21 |
icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off) |
|
22 |
Dialog.setWindowIcon(icon) |
|
23 |
self.verticalLayout_2 = QtWidgets.QVBoxLayout(Dialog) |
|
24 |
self.verticalLayout_2.setObjectName("verticalLayout_2") |
|
25 |
self.scrollArea = QtWidgets.QScrollArea(Dialog) |
|
26 |
self.scrollArea.setWidgetResizable(True) |
|
27 |
self.scrollArea.setObjectName("scrollArea") |
|
28 |
self.scrollAreaWidgetContents = QtWidgets.QWidget() |
|
29 |
self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 403, 637)) |
|
30 |
self.scrollAreaWidgetContents.setObjectName("scrollAreaWidgetContents") |
|
31 |
self.horizontalLayout_27 = QtWidgets.QHBoxLayout(self.scrollAreaWidgetContents) |
|
32 |
self.horizontalLayout_27.setObjectName("horizontalLayout_27") |
|
33 |
self.gridLayout = QtWidgets.QGridLayout() |
|
34 |
self.gridLayout.setContentsMargins(-1, -1, -1, 6) |
|
35 |
self.gridLayout.setObjectName("gridLayout") |
|
36 |
self.label_9 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
37 |
font = QtGui.QFont() |
|
38 |
font.setBold(True) |
|
39 |
font.setWeight(75) |
|
40 |
self.label_9.setFont(font) |
|
41 |
self.label_9.setObjectName("label_9") |
|
42 |
self.gridLayout.addWidget(self.label_9, 2, 0, 1, 1) |
|
43 |
self.horizontalLayout_2 = QtWidgets.QHBoxLayout() |
|
44 |
self.horizontalLayout_2.setObjectName("horizontalLayout_2") |
|
45 |
self.label = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
46 |
font = QtGui.QFont() |
|
47 |
font.setBold(True) |
|
48 |
font.setWeight(75) |
|
49 |
self.label.setFont(font) |
|
50 |
self.label.setAlignment(QtCore.Qt.AlignCenter) |
|
51 |
self.label.setObjectName("label") |
|
52 |
self.horizontalLayout_2.addWidget(self.label) |
|
53 |
self.label_3 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
54 |
self.label_3.setMinimumSize(QtCore.QSize(100, 0)) |
|
55 |
self.label_3.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
56 |
font = QtGui.QFont() |
|
57 |
font.setBold(True) |
|
58 |
font.setWeight(75) |
|
59 |
self.label_3.setFont(font) |
|
60 |
self.label_3.setAlignment(QtCore.Qt.AlignCenter) |
|
61 |
self.label_3.setObjectName("label_3") |
|
62 |
self.horizontalLayout_2.addWidget(self.label_3) |
|
63 |
self.label_2 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
64 |
self.label_2.setMinimumSize(QtCore.QSize(100, 0)) |
|
65 |
self.label_2.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
66 |
font = QtGui.QFont() |
|
67 |
font.setBold(True) |
|
68 |
font.setWeight(75) |
|
69 |
self.label_2.setFont(font) |
|
70 |
self.label_2.setAlignment(QtCore.Qt.AlignCenter) |
|
71 |
self.label_2.setObjectName("label_2") |
|
72 |
self.horizontalLayout_2.addWidget(self.label_2) |
|
73 |
self.gridLayout.addLayout(self.horizontalLayout_2, 0, 0, 1, 1) |
|
74 |
self.horizontalLayout_5 = QtWidgets.QHBoxLayout() |
|
75 |
self.horizontalLayout_5.setObjectName("horizontalLayout_5") |
|
76 |
self.radioButton_17 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
77 |
self.radioButton_17.setObjectName("radioButton_17") |
|
78 |
self.horizontalLayout_5.addWidget(self.radioButton_17) |
|
79 |
self.label_43 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
80 |
self.label_43.setMinimumSize(QtCore.QSize(100, 0)) |
|
81 |
self.label_43.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
82 |
self.label_43.setAlignment(QtCore.Qt.AlignCenter) |
|
83 |
self.label_43.setObjectName("label_43") |
|
84 |
self.horizontalLayout_5.addWidget(self.label_43) |
|
85 |
self.label_44 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
86 |
self.label_44.setMinimumSize(QtCore.QSize(100, 0)) |
|
87 |
self.label_44.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
88 |
self.label_44.setAlignment(QtCore.Qt.AlignCenter) |
|
89 |
self.label_44.setObjectName("label_44") |
|
90 |
self.horizontalLayout_5.addWidget(self.label_44) |
|
91 |
self.gridLayout.addLayout(self.horizontalLayout_5, 20, 0, 1, 1) |
|
92 |
self.horizontalLayout = QtWidgets.QHBoxLayout() |
|
93 |
self.horizontalLayout.setObjectName("horizontalLayout") |
|
94 |
self.radioButton_20 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
95 |
self.radioButton_20.setObjectName("radioButton_20") |
|
96 |
self.horizontalLayout.addWidget(self.radioButton_20) |
|
97 |
self.label_49 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
98 |
self.label_49.setMinimumSize(QtCore.QSize(100, 0)) |
|
99 |
self.label_49.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
100 |
self.label_49.setAlignment(QtCore.Qt.AlignCenter) |
|
101 |
self.label_49.setObjectName("label_49") |
|
102 |
self.horizontalLayout.addWidget(self.label_49) |
|
103 |
self.label_50 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
104 |
self.label_50.setMinimumSize(QtCore.QSize(100, 0)) |
|
105 |
self.label_50.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
106 |
self.label_50.setAlignment(QtCore.Qt.AlignCenter) |
|
107 |
self.label_50.setObjectName("label_50") |
|
108 |
self.horizontalLayout.addWidget(self.label_50) |
|
109 |
self.gridLayout.addLayout(self.horizontalLayout, 23, 0, 1, 1) |
|
110 |
self.horizontalLayout_15 = QtWidgets.QHBoxLayout() |
|
111 |
self.horizontalLayout_15.setObjectName("horizontalLayout_15") |
|
112 |
self.radioButton_4 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
113 |
self.radioButton_4.setObjectName("radioButton_4") |
|
114 |
self.horizontalLayout_15.addWidget(self.radioButton_4) |
|
115 |
self.label_15 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
116 |
self.label_15.setMinimumSize(QtCore.QSize(100, 0)) |
|
117 |
self.label_15.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
118 |
self.label_15.setAlignment(QtCore.Qt.AlignCenter) |
|
119 |
self.label_15.setObjectName("label_15") |
|
120 |
self.horizontalLayout_15.addWidget(self.label_15) |
|
121 |
self.label_16 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
122 |
self.label_16.setMinimumSize(QtCore.QSize(100, 0)) |
|
123 |
self.label_16.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
124 |
self.label_16.setAlignment(QtCore.Qt.AlignCenter) |
|
125 |
self.label_16.setObjectName("label_16") |
|
126 |
self.horizontalLayout_15.addWidget(self.label_16) |
|
127 |
self.gridLayout.addLayout(self.horizontalLayout_15, 5, 0, 1, 1) |
|
128 |
self.horizontalLayout_8 = QtWidgets.QHBoxLayout() |
|
129 |
self.horizontalLayout_8.setObjectName("horizontalLayout_8") |
|
130 |
self.label_21 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
131 |
font = QtGui.QFont() |
|
132 |
font.setBold(True) |
|
133 |
font.setWeight(75) |
|
134 |
self.label_21.setFont(font) |
|
135 |
self.label_21.setObjectName("label_21") |
|
136 |
self.horizontalLayout_8.addWidget(self.label_21) |
|
137 |
self.gridLayout.addLayout(self.horizontalLayout_8, 8, 0, 1, 1) |
|
138 |
self.horizontalLayout_7 = QtWidgets.QHBoxLayout() |
|
139 |
self.horizontalLayout_7.setObjectName("horizontalLayout_7") |
|
140 |
self.radioButton_11 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
141 |
self.radioButton_11.setObjectName("radioButton_11") |
|
142 |
self.horizontalLayout_7.addWidget(self.radioButton_11) |
|
143 |
self.label_30 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
144 |
self.label_30.setMinimumSize(QtCore.QSize(100, 0)) |
|
145 |
self.label_30.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
146 |
self.label_30.setAlignment(QtCore.Qt.AlignCenter) |
|
147 |
self.label_30.setObjectName("label_30") |
|
148 |
self.horizontalLayout_7.addWidget(self.label_30) |
|
149 |
self.label_31 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
150 |
self.label_31.setMinimumSize(QtCore.QSize(100, 0)) |
|
151 |
self.label_31.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
152 |
self.label_31.setAlignment(QtCore.Qt.AlignCenter) |
|
153 |
self.label_31.setObjectName("label_31") |
|
154 |
self.horizontalLayout_7.addWidget(self.label_31) |
|
155 |
self.gridLayout.addLayout(self.horizontalLayout_7, 13, 0, 1, 1) |
|
156 |
self.horizontalLayout_3 = QtWidgets.QHBoxLayout() |
|
157 |
self.horizontalLayout_3.setObjectName("horizontalLayout_3") |
|
158 |
self.radioButton_19 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
159 |
self.radioButton_19.setObjectName("radioButton_19") |
|
160 |
self.horizontalLayout_3.addWidget(self.radioButton_19) |
|
161 |
self.label_47 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
162 |
self.label_47.setMinimumSize(QtCore.QSize(100, 0)) |
|
163 |
self.label_47.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
164 |
self.label_47.setAlignment(QtCore.Qt.AlignCenter) |
|
165 |
self.label_47.setObjectName("label_47") |
|
166 |
self.horizontalLayout_3.addWidget(self.label_47) |
|
167 |
self.label_48 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
168 |
self.label_48.setMinimumSize(QtCore.QSize(100, 0)) |
|
169 |
self.label_48.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
170 |
self.label_48.setAlignment(QtCore.Qt.AlignCenter) |
|
171 |
self.label_48.setObjectName("label_48") |
|
172 |
self.horizontalLayout_3.addWidget(self.label_48) |
|
173 |
self.gridLayout.addLayout(self.horizontalLayout_3, 22, 0, 1, 1) |
|
174 |
self.horizontalLayout_20 = QtWidgets.QHBoxLayout() |
|
175 |
self.horizontalLayout_20.setObjectName("horizontalLayout_20") |
|
176 |
self.radioButton_9 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
177 |
self.radioButton_9.setObjectName("radioButton_9") |
|
178 |
self.horizontalLayout_20.addWidget(self.radioButton_9) |
|
179 |
self.label_26 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
180 |
self.label_26.setMinimumSize(QtCore.QSize(100, 0)) |
|
181 |
self.label_26.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
182 |
self.label_26.setAlignment(QtCore.Qt.AlignCenter) |
|
183 |
self.label_26.setObjectName("label_26") |
|
184 |
self.horizontalLayout_20.addWidget(self.label_26) |
|
185 |
self.label_27 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
186 |
self.label_27.setMinimumSize(QtCore.QSize(100, 0)) |
|
187 |
self.label_27.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
188 |
self.label_27.setAlignment(QtCore.Qt.AlignCenter) |
|
189 |
self.label_27.setObjectName("label_27") |
|
190 |
self.horizontalLayout_20.addWidget(self.label_27) |
|
191 |
self.gridLayout.addLayout(self.horizontalLayout_20, 11, 0, 1, 1) |
|
192 |
self.horizontalLayout_21 = QtWidgets.QHBoxLayout() |
|
193 |
self.horizontalLayout_21.setObjectName("horizontalLayout_21") |
|
194 |
self.radioButton_2 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
195 |
self.radioButton_2.setObjectName("radioButton_2") |
|
196 |
self.horizontalLayout_21.addWidget(self.radioButton_2) |
|
197 |
self.label_10 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
198 |
self.label_10.setMinimumSize(QtCore.QSize(100, 0)) |
|
199 |
self.label_10.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
200 |
self.label_10.setAlignment(QtCore.Qt.AlignCenter) |
|
201 |
self.label_10.setObjectName("label_10") |
|
202 |
self.horizontalLayout_21.addWidget(self.label_10) |
|
203 |
self.label_11 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
204 |
self.label_11.setMinimumSize(QtCore.QSize(100, 0)) |
|
205 |
self.label_11.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
206 |
self.label_11.setAlignment(QtCore.Qt.AlignCenter) |
|
207 |
self.label_11.setObjectName("label_11") |
|
208 |
self.horizontalLayout_21.addWidget(self.label_11) |
|
209 |
self.gridLayout.addLayout(self.horizontalLayout_21, 3, 0, 1, 1) |
|
210 |
self.horizontalLayout_9 = QtWidgets.QHBoxLayout() |
|
211 |
self.horizontalLayout_9.setObjectName("horizontalLayout_9") |
|
212 |
self.label_7 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
213 |
font = QtGui.QFont() |
|
214 |
font.setBold(True) |
|
215 |
font.setWeight(75) |
|
216 |
self.label_7.setFont(font) |
|
217 |
self.label_7.setObjectName("label_7") |
|
218 |
self.horizontalLayout_9.addWidget(self.label_7) |
|
219 |
self.gridLayout.addLayout(self.horizontalLayout_9, 12, 0, 1, 1) |
|
220 |
self.horizontalLayout_11 = QtWidgets.QHBoxLayout() |
|
221 |
self.horizontalLayout_11.setObjectName("horizontalLayout_11") |
|
222 |
self.label_36 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
223 |
font = QtGui.QFont() |
|
224 |
font.setBold(True) |
|
225 |
font.setWeight(75) |
|
226 |
self.label_36.setFont(font) |
|
227 |
self.label_36.setObjectName("label_36") |
|
228 |
self.horizontalLayout_11.addWidget(self.label_36) |
|
229 |
self.gridLayout.addLayout(self.horizontalLayout_11, 16, 0, 1, 1) |
|
230 |
self.horizontalLayout_14 = QtWidgets.QHBoxLayout() |
|
231 |
self.horizontalLayout_14.setObjectName("horizontalLayout_14") |
|
232 |
self.radioButton_13 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
233 |
self.radioButton_13.setObjectName("radioButton_13") |
|
234 |
self.horizontalLayout_14.addWidget(self.radioButton_13) |
|
235 |
self.label_34 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
236 |
self.label_34.setMinimumSize(QtCore.QSize(100, 0)) |
|
237 |
self.label_34.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
238 |
self.label_34.setAlignment(QtCore.Qt.AlignCenter) |
|
239 |
self.label_34.setObjectName("label_34") |
|
240 |
self.horizontalLayout_14.addWidget(self.label_34) |
|
241 |
self.label_35 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
242 |
self.label_35.setMinimumSize(QtCore.QSize(100, 0)) |
|
243 |
self.label_35.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
244 |
self.label_35.setAlignment(QtCore.Qt.AlignCenter) |
|
245 |
self.label_35.setObjectName("label_35") |
|
246 |
self.horizontalLayout_14.addWidget(self.label_35) |
|
247 |
self.gridLayout.addLayout(self.horizontalLayout_14, 15, 0, 1, 1) |
|
248 |
self.horizontalLayout_10 = QtWidgets.QHBoxLayout() |
|
249 |
self.horizontalLayout_10.setObjectName("horizontalLayout_10") |
|
250 |
self.radioButton_15 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
251 |
self.radioButton_15.setObjectName("radioButton_15") |
|
252 |
self.horizontalLayout_10.addWidget(self.radioButton_15) |
|
253 |
self.label_39 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
254 |
self.label_39.setMinimumSize(QtCore.QSize(100, 0)) |
|
255 |
self.label_39.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
256 |
self.label_39.setAlignment(QtCore.Qt.AlignCenter) |
|
257 |
self.label_39.setObjectName("label_39") |
|
258 |
self.horizontalLayout_10.addWidget(self.label_39) |
|
259 |
self.label_40 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
260 |
self.label_40.setMinimumSize(QtCore.QSize(100, 0)) |
|
261 |
self.label_40.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
262 |
self.label_40.setAlignment(QtCore.Qt.AlignCenter) |
|
263 |
self.label_40.setObjectName("label_40") |
|
264 |
self.horizontalLayout_10.addWidget(self.label_40) |
|
265 |
self.gridLayout.addLayout(self.horizontalLayout_10, 18, 0, 1, 1) |
|
266 |
self.horizontalLayout_18 = QtWidgets.QHBoxLayout() |
|
267 |
self.horizontalLayout_18.setObjectName("horizontalLayout_18") |
|
268 |
self.radioButton_7 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
269 |
self.radioButton_7.setObjectName("radioButton_7") |
|
270 |
self.horizontalLayout_18.addWidget(self.radioButton_7) |
|
271 |
self.label_22 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
272 |
self.label_22.setMinimumSize(QtCore.QSize(100, 0)) |
|
273 |
self.label_22.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
274 |
self.label_22.setAlignment(QtCore.Qt.AlignCenter) |
|
275 |
self.label_22.setObjectName("label_22") |
|
276 |
self.horizontalLayout_18.addWidget(self.label_22) |
|
277 |
self.label_23 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
278 |
self.label_23.setMinimumSize(QtCore.QSize(100, 0)) |
|
279 |
self.label_23.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
280 |
self.label_23.setAlignment(QtCore.Qt.AlignCenter) |
|
281 |
self.label_23.setObjectName("label_23") |
|
282 |
self.horizontalLayout_18.addWidget(self.label_23) |
|
283 |
self.gridLayout.addLayout(self.horizontalLayout_18, 9, 0, 1, 1) |
|
284 |
self.horizontalLayout_26 = QtWidgets.QHBoxLayout() |
|
285 |
self.horizontalLayout_26.setObjectName("horizontalLayout_26") |
|
286 |
self.radioButton_3 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
287 |
self.radioButton_3.setObjectName("radioButton_3") |
|
288 |
self.horizontalLayout_26.addWidget(self.radioButton_3) |
|
289 |
self.label_12 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
290 |
self.label_12.setMinimumSize(QtCore.QSize(100, 0)) |
|
291 |
self.label_12.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
292 |
self.label_12.setAlignment(QtCore.Qt.AlignCenter) |
|
293 |
self.label_12.setObjectName("label_12") |
|
294 |
self.horizontalLayout_26.addWidget(self.label_12) |
|
295 |
self.label_13 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
296 |
self.label_13.setMinimumSize(QtCore.QSize(100, 0)) |
|
297 |
self.label_13.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
298 |
self.label_13.setAlignment(QtCore.Qt.AlignCenter) |
|
299 |
self.label_13.setObjectName("label_13") |
|
300 |
self.horizontalLayout_26.addWidget(self.label_13) |
|
301 |
self.gridLayout.addLayout(self.horizontalLayout_26, 4, 0, 1, 1) |
|
302 |
self.horizontalLayout_19 = QtWidgets.QHBoxLayout() |
|
303 |
self.horizontalLayout_19.setObjectName("horizontalLayout_19") |
|
304 |
self.radioButton_8 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
305 |
self.radioButton_8.setObjectName("radioButton_8") |
|
306 |
self.horizontalLayout_19.addWidget(self.radioButton_8) |
|
307 |
self.label_24 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
308 |
self.label_24.setMinimumSize(QtCore.QSize(100, 0)) |
|
309 |
self.label_24.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
310 |
self.label_24.setAlignment(QtCore.Qt.AlignCenter) |
|
311 |
self.label_24.setObjectName("label_24") |
|
312 |
self.horizontalLayout_19.addWidget(self.label_24) |
|
313 |
self.label_25 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
314 |
self.label_25.setMinimumSize(QtCore.QSize(100, 0)) |
|
315 |
self.label_25.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
316 |
self.label_25.setAlignment(QtCore.Qt.AlignCenter) |
|
317 |
self.label_25.setObjectName("label_25") |
|
318 |
self.horizontalLayout_19.addWidget(self.label_25) |
|
319 |
self.gridLayout.addLayout(self.horizontalLayout_19, 10, 0, 1, 1) |
|
320 |
self.horizontalLayout_23 = QtWidgets.QHBoxLayout() |
|
321 |
self.horizontalLayout_23.setObjectName("horizontalLayout_23") |
|
322 |
self.label_4 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
323 |
self.label_4.setText("") |
|
324 |
self.label_4.setAlignment(QtCore.Qt.AlignCenter) |
|
325 |
self.label_4.setObjectName("label_4") |
|
326 |
self.horizontalLayout_23.addWidget(self.label_4) |
|
327 |
self.label_5 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
328 |
self.label_5.setMinimumSize(QtCore.QSize(100, 0)) |
|
329 |
self.label_5.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
330 |
self.label_5.setAlignment(QtCore.Qt.AlignCenter) |
|
331 |
self.label_5.setObjectName("label_5") |
|
332 |
self.horizontalLayout_23.addWidget(self.label_5) |
|
333 |
self.label_6 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
334 |
self.label_6.setMinimumSize(QtCore.QSize(100, 0)) |
|
335 |
self.label_6.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
336 |
self.label_6.setAlignment(QtCore.Qt.AlignCenter) |
|
337 |
self.label_6.setObjectName("label_6") |
|
338 |
self.horizontalLayout_23.addWidget(self.label_6) |
|
339 |
self.gridLayout.addLayout(self.horizontalLayout_23, 1, 0, 1, 1) |
|
340 |
self.horizontalLayout_13 = QtWidgets.QHBoxLayout() |
|
341 |
self.horizontalLayout_13.setObjectName("horizontalLayout_13") |
|
342 |
self.radioButton_14 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
343 |
self.radioButton_14.setObjectName("radioButton_14") |
|
344 |
self.horizontalLayout_13.addWidget(self.radioButton_14) |
|
345 |
self.label_37 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
346 |
self.label_37.setMinimumSize(QtCore.QSize(100, 0)) |
|
347 |
self.label_37.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
348 |
self.label_37.setAlignment(QtCore.Qt.AlignCenter) |
|
349 |
self.label_37.setObjectName("label_37") |
|
350 |
self.horizontalLayout_13.addWidget(self.label_37) |
|
351 |
self.label_38 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
352 |
self.label_38.setMinimumSize(QtCore.QSize(100, 0)) |
|
353 |
self.label_38.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
354 |
self.label_38.setAlignment(QtCore.Qt.AlignCenter) |
|
355 |
self.label_38.setObjectName("label_38") |
|
356 |
self.horizontalLayout_13.addWidget(self.label_38) |
|
357 |
self.gridLayout.addLayout(self.horizontalLayout_13, 17, 0, 1, 1) |
|
358 |
self.horizontalLayout_22 = QtWidgets.QHBoxLayout() |
|
359 |
self.horizontalLayout_22.setObjectName("horizontalLayout_22") |
|
360 |
self.radioButton_5 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
361 |
self.radioButton_5.setObjectName("radioButton_5") |
|
362 |
self.horizontalLayout_22.addWidget(self.radioButton_5) |
|
363 |
self.label_17 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
364 |
self.label_17.setMinimumSize(QtCore.QSize(100, 0)) |
|
365 |
self.label_17.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
366 |
self.label_17.setAlignment(QtCore.Qt.AlignCenter) |
|
367 |
self.label_17.setObjectName("label_17") |
|
368 |
self.horizontalLayout_22.addWidget(self.label_17) |
|
369 |
self.label_18 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
370 |
self.label_18.setMinimumSize(QtCore.QSize(100, 0)) |
|
371 |
self.label_18.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
372 |
self.label_18.setAlignment(QtCore.Qt.AlignCenter) |
|
373 |
self.label_18.setObjectName("label_18") |
|
374 |
self.horizontalLayout_22.addWidget(self.label_18) |
|
375 |
self.gridLayout.addLayout(self.horizontalLayout_22, 6, 0, 1, 1) |
|
376 |
self.horizontalLayout_17 = QtWidgets.QHBoxLayout() |
|
377 |
self.horizontalLayout_17.setObjectName("horizontalLayout_17") |
|
378 |
self.radioButton_6 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
379 |
self.radioButton_6.setObjectName("radioButton_6") |
|
380 |
self.horizontalLayout_17.addWidget(self.radioButton_6) |
|
381 |
self.label_19 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
382 |
self.label_19.setMinimumSize(QtCore.QSize(100, 0)) |
|
383 |
self.label_19.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
384 |
self.label_19.setAlignment(QtCore.Qt.AlignCenter) |
|
385 |
self.label_19.setObjectName("label_19") |
|
386 |
self.horizontalLayout_17.addWidget(self.label_19) |
|
387 |
self.label_20 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
388 |
self.label_20.setMinimumSize(QtCore.QSize(100, 0)) |
|
389 |
self.label_20.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
390 |
self.label_20.setAlignment(QtCore.Qt.AlignCenter) |
|
391 |
self.label_20.setObjectName("label_20") |
|
392 |
self.horizontalLayout_17.addWidget(self.label_20) |
|
393 |
self.gridLayout.addLayout(self.horizontalLayout_17, 7, 0, 1, 1) |
|
394 |
self.horizontalLayout_6 = QtWidgets.QHBoxLayout() |
|
395 |
self.horizontalLayout_6.setObjectName("horizontalLayout_6") |
|
396 |
self.radioButton_16 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
397 |
self.radioButton_16.setObjectName("radioButton_16") |
|
398 |
self.horizontalLayout_6.addWidget(self.radioButton_16) |
|
399 |
self.label_41 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
400 |
self.label_41.setMinimumSize(QtCore.QSize(100, 0)) |
|
401 |
self.label_41.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
402 |
self.label_41.setAlignment(QtCore.Qt.AlignCenter) |
|
403 |
self.label_41.setObjectName("label_41") |
|
404 |
self.horizontalLayout_6.addWidget(self.label_41) |
|
405 |
self.label_42 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
406 |
self.label_42.setMinimumSize(QtCore.QSize(100, 0)) |
|
407 |
self.label_42.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
408 |
self.label_42.setAlignment(QtCore.Qt.AlignCenter) |
|
409 |
self.label_42.setObjectName("label_42") |
|
410 |
self.horizontalLayout_6.addWidget(self.label_42) |
|
411 |
self.gridLayout.addLayout(self.horizontalLayout_6, 19, 0, 1, 1) |
|
412 |
self.horizontalLayout_4 = QtWidgets.QHBoxLayout() |
|
413 |
self.horizontalLayout_4.setObjectName("horizontalLayout_4") |
|
414 |
self.label_8 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
415 |
font = QtGui.QFont() |
|
416 |
font.setBold(True) |
|
417 |
font.setWeight(75) |
|
418 |
self.label_8.setFont(font) |
|
419 |
self.label_8.setObjectName("label_8") |
|
420 |
self.horizontalLayout_4.addWidget(self.label_8) |
|
421 |
self.gridLayout.addLayout(self.horizontalLayout_4, 21, 0, 1, 1) |
|
422 |
self.horizontalLayout_12 = QtWidgets.QHBoxLayout() |
|
423 |
self.horizontalLayout_12.setObjectName("horizontalLayout_12") |
|
424 |
self.radioButton_12 = QtWidgets.QRadioButton(self.scrollAreaWidgetContents) |
|
425 |
self.radioButton_12.setObjectName("radioButton_12") |
|
426 |
self.horizontalLayout_12.addWidget(self.radioButton_12) |
|
427 |
self.label_32 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
428 |
self.label_32.setMinimumSize(QtCore.QSize(100, 0)) |
|
429 |
self.label_32.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
430 |
self.label_32.setAlignment(QtCore.Qt.AlignCenter) |
|
431 |
self.label_32.setObjectName("label_32") |
|
432 |
self.horizontalLayout_12.addWidget(self.label_32) |
|
433 |
self.label_33 = QtWidgets.QLabel(self.scrollAreaWidgetContents) |
|
434 |
self.label_33.setMinimumSize(QtCore.QSize(100, 0)) |
|
435 |
self.label_33.setMaximumSize(QtCore.QSize(100, 16777215)) |
|
436 |
self.label_33.setAlignment(QtCore.Qt.AlignCenter) |
|
437 |
self.label_33.setObjectName("label_33") |
|
438 |
self.horizontalLayout_12.addWidget(self.label_33) |
|
439 |
self.gridLayout.addLayout(self.horizontalLayout_12, 14, 0, 1, 1) |
|
440 |
self.horizontalLayout_27.addLayout(self.gridLayout) |
|
441 |
self.scrollArea.setWidget(self.scrollAreaWidgetContents) |
|
442 |
self.verticalLayout_2.addWidget(self.scrollArea) |
|
443 |
self.buttonBox = QtWidgets.QDialogButtonBox(Dialog) |
|
444 |
self.buttonBox.setOrientation(QtCore.Qt.Horizontal) |
|
445 |
self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok) |
|
446 |
self.buttonBox.setObjectName("buttonBox") |
|
447 |
self.verticalLayout_2.addWidget(self.buttonBox) |
|
448 |
|
|
449 |
self.retranslateUi(Dialog) |
|
450 |
self.buttonBox.accepted.connect(Dialog.accept) |
|
451 |
self.buttonBox.rejected.connect(Dialog.reject) |
|
452 |
QtCore.QMetaObject.connectSlotsByName(Dialog) |
|
453 |
|
|
454 |
def retranslateUi(self, Dialog): |
|
455 |
_translate = QtCore.QCoreApplication.translate |
|
456 |
Dialog.setWindowTitle(_translate("Dialog", "Vapor Line Sizing Criteria - SECL")) |
|
457 |
self.label_9.setText(_translate("Dialog", "- General Service")) |
|
458 |
self.label.setText(_translate("Dialog", "Type")) |
|
459 |
self.label_3.setText(_translate("Dialog", "Velocity")) |
|
460 |
self.label_2.setText(_translate("Dialog", "△P")) |
|
461 |
self.radioButton_17.setText(_translate("Dialog", "Concentrated H2SO4")) |
|
462 |
self.label_43.setText(_translate("Dialog", "TextLabel")) |
|
463 |
self.label_44.setText(_translate("Dialog", "-")) |
|
464 |
self.radioButton_20.setText(_translate("Dialog", "CO2 Rich Amine Liquid")) |
|
465 |
self.label_49.setText(_translate("Dialog", "TextLabel")) |
|
466 |
self.label_50.setText(_translate("Dialog", "-")) |
|
467 |
self.radioButton_4.setText(_translate("Dialog", "RadioButton")) |
|
468 |
self.label_15.setText(_translate("Dialog", "TextLabel")) |
|
469 |
self.label_16.setText(_translate("Dialog", "TextLabel")) |
|
470 |
self.label_21.setText(_translate("Dialog", "- Compressor Lines")) |
|
471 |
self.radioButton_11.setText(_translate("Dialog", "From Condenser")) |
|
472 |
self.label_30.setText(_translate("Dialog", "TextLabel")) |
|
473 |
self.label_31.setText(_translate("Dialog", "-")) |
|
474 |
self.radioButton_19.setText(_translate("Dialog", "Caustic Solution")) |
|
475 |
self.label_47.setText(_translate("Dialog", "TextLabel")) |
|
476 |
self.label_48.setText(_translate("Dialog", "-")) |
|
477 |
self.radioButton_9.setText(_translate("Dialog", "Gravity Flow Service")) |
|
478 |
self.label_26.setText(_translate("Dialog", "TextLabel")) |
|
479 |
self.label_27.setText(_translate("Dialog", "TextLabel")) |
|
480 |
self.radioButton_2.setText(_translate("Dialog", "Boiling Liquids")) |
|
481 |
self.label_10.setText(_translate("Dialog", "TextLabel")) |
|
482 |
self.label_11.setText(_translate("Dialog", "TextLabel")) |
|
483 |
self.label_7.setText(_translate("Dialog", "- Tower Overhead")) |
|
484 |
self.label_36.setText(_translate("Dialog", "- Stream Lines")) |
|
485 |
self.radioButton_13.setText(_translate("Dialog", "Refrigerant Lines")) |
|
486 |
self.label_34.setText(_translate("Dialog", "TextLabel")) |
|
487 |
self.label_35.setText(_translate("Dialog", "-")) |
|
488 |
self.radioButton_15.setText(_translate("Dialog", "Cooling Water (branch)")) |
|
489 |
self.label_39.setText(_translate("Dialog", "TextLabel")) |
|
490 |
self.label_40.setText(_translate("Dialog", "TextLabel")) |
|
491 |
self.radioButton_7.setText(_translate("Dialog", "Reboiler Trapout")) |
|
492 |
self.label_22.setText(_translate("Dialog", "TextLabel")) |
|
493 |
self.label_23.setText(_translate("Dialog", "TextLabel")) |
|
494 |
self.radioButton_3.setText(_translate("Dialog", "Non-boiling Liquids")) |
|
495 |
self.label_12.setText(_translate("Dialog", "TextLabel")) |
|
496 |
self.label_13.setText(_translate("Dialog", "TextLabel")) |
|
497 |
self.radioButton_8.setText(_translate("Dialog", "To Control Valve")) |
|
498 |
self.label_24.setText(_translate("Dialog", "-")) |
|
499 |
self.label_25.setText(_translate("Dialog", "TextLabel")) |
|
500 |
self.label_5.setText(_translate("Dialog", "TextLabel")) |
|
501 |
self.label_6.setText(_translate("Dialog", "TextLabel")) |
|
502 |
self.radioButton_14.setText(_translate("Dialog", "Cooling Water (header)")) |
|
503 |
self.label_37.setText(_translate("Dialog", "TextLabel")) |
|
504 |
self.label_38.setText(_translate("Dialog", "TextLabel")) |
|
505 |
self.radioButton_5.setText(_translate("Dialog", "RadioButton")) |
|
506 |
self.label_17.setText(_translate("Dialog", "TextLabel")) |
|
507 |
self.label_18.setText(_translate("Dialog", "TextLabel")) |
|
508 |
self.radioButton_6.setText(_translate("Dialog", "RadioButton")) |
|
509 |
self.label_19.setText(_translate("Dialog", "TextLabel")) |
|
510 |
self.label_20.setText(_translate("Dialog", "TextLabel")) |
|
511 |
self.radioButton_16.setText(_translate("Dialog", "Phenolic Water")) |
|
512 |
self.label_41.setText(_translate("Dialog", "TextLabel")) |
|
513 |
self.label_42.setText(_translate("Dialog", "-")) |
|
514 |
self.label_8.setText(_translate("Dialog", "- Flare")) |
|
515 |
self.radioButton_12.setText(_translate("Dialog", "Liquid Feed to Tower")) |
|
516 |
self.label_32.setText(_translate("Dialog", "TextLabel")) |
|
517 |
self.label_33.setText(_translate("Dialog", "-")) |
|
518 |
import Resource_rc |
HYTOS/HYTOS/UI/Line_Sizing_Vapor.ui | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<ui version="4.0"> |
|
3 |
<class>Dialog</class> |
|
4 |
<widget class="QDialog" name="Dialog"> |
|
5 |
<property name="geometry"> |
|
6 |
<rect> |
|
7 |
<x>0</x> |
|
8 |
<y>0</y> |
|
9 |
<width>440</width> |
|
10 |
<height>398</height> |
|
11 |
</rect> |
|
12 |
</property> |
|
13 |
<property name="font"> |
|
14 |
<font> |
|
15 |
<family>맑은 고딕</family> |
|
16 |
</font> |
|
17 |
</property> |
|
18 |
<property name="windowTitle"> |
|
19 |
<string>Vapor Line Sizing Criteria - SECL</string> |
|
20 |
</property> |
|
21 |
<property name="windowIcon"> |
|
22 |
<iconset resource="../res/Resource.qrc"> |
|
23 |
<normaloff>:/images/HYTOS.png</normaloff>:/images/HYTOS.png</iconset> |
|
24 |
</property> |
|
25 |
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
26 |
<item> |
|
27 |
<widget class="QScrollArea" name="scrollArea"> |
|
28 |
<property name="widgetResizable"> |
|
29 |
<bool>true</bool> |
|
30 |
</property> |
|
31 |
<widget class="QWidget" name="scrollAreaWidgetContents"> |
|
32 |
<property name="geometry"> |
|
33 |
<rect> |
|
34 |
<x>0</x> |
|
35 |
<y>0</y> |
|
36 |
<width>403</width> |
|
37 |
<height>637</height> |
|
38 |
</rect> |
|
39 |
</property> |
|
40 |
<layout class="QHBoxLayout" name="horizontalLayout_27"> |
|
41 |
<item> |
|
42 |
<layout class="QGridLayout" name="gridLayout"> |
|
43 |
<property name="bottomMargin"> |
|
44 |
<number>6</number> |
|
45 |
</property> |
|
46 |
<item row="2" column="0"> |
|
47 |
<widget class="QLabel" name="label_9"> |
|
48 |
<property name="font"> |
|
49 |
<font> |
|
50 |
<weight>75</weight> |
|
51 |
<bold>true</bold> |
|
52 |
</font> |
|
53 |
</property> |
|
54 |
<property name="text"> |
|
55 |
<string>- General Service</string> |
|
56 |
</property> |
|
57 |
</widget> |
|
58 |
</item> |
|
59 |
<item row="0" column="0"> |
|
60 |
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
61 |
<item> |
|
62 |
<widget class="QLabel" name="label"> |
|
63 |
<property name="font"> |
|
64 |
<font> |
|
65 |
<weight>75</weight> |
|
66 |
<bold>true</bold> |
|
67 |
</font> |
|
68 |
</property> |
|
69 |
<property name="text"> |
|
70 |
<string>Type</string> |
|
71 |
</property> |
|
72 |
<property name="alignment"> |
|
73 |
<set>Qt::AlignCenter</set> |
|
74 |
</property> |
|
75 |
</widget> |
|
76 |
</item> |
|
77 |
<item> |
|
78 |
<widget class="QLabel" name="label_3"> |
|
79 |
<property name="minimumSize"> |
|
80 |
<size> |
|
81 |
<width>100</width> |
|
82 |
<height>0</height> |
|
83 |
</size> |
|
84 |
</property> |
|
85 |
<property name="maximumSize"> |
|
86 |
<size> |
|
87 |
<width>100</width> |
|
88 |
<height>16777215</height> |
|
89 |
</size> |
|
90 |
</property> |
|
91 |
<property name="font"> |
|
92 |
<font> |
|
93 |
<weight>75</weight> |
|
94 |
<bold>true</bold> |
|
95 |
</font> |
|
96 |
</property> |
|
97 |
<property name="text"> |
|
98 |
<string>Velocity</string> |
|
99 |
</property> |
|
100 |
<property name="alignment"> |
|
101 |
<set>Qt::AlignCenter</set> |
|
102 |
</property> |
|
103 |
</widget> |
|
104 |
</item> |
|
105 |
<item> |
|
106 |
<widget class="QLabel" name="label_2"> |
|
107 |
<property name="minimumSize"> |
|
108 |
<size> |
|
109 |
<width>100</width> |
|
110 |
<height>0</height> |
|
111 |
</size> |
|
112 |
</property> |
|
113 |
<property name="maximumSize"> |
|
114 |
<size> |
|
115 |
<width>100</width> |
|
116 |
<height>16777215</height> |
|
117 |
</size> |
|
118 |
</property> |
|
119 |
<property name="font"> |
|
120 |
<font> |
|
121 |
<weight>75</weight> |
|
122 |
<bold>true</bold> |
|
123 |
</font> |
|
124 |
</property> |
|
125 |
<property name="text"> |
|
126 |
<string>△P</string> |
|
127 |
</property> |
|
128 |
<property name="alignment"> |
|
129 |
<set>Qt::AlignCenter</set> |
|
130 |
</property> |
|
131 |
</widget> |
|
132 |
</item> |
|
133 |
</layout> |
|
134 |
</item> |
|
135 |
<item row="20" column="0"> |
|
136 |
<layout class="QHBoxLayout" name="horizontalLayout_5"> |
|
137 |
<item> |
|
138 |
<widget class="QRadioButton" name="radioButton_17"> |
|
139 |
<property name="text"> |
|
140 |
<string>Concentrated H2SO4</string> |
|
141 |
</property> |
|
142 |
</widget> |
|
143 |
</item> |
|
144 |
<item> |
|
145 |
<widget class="QLabel" name="label_43"> |
|
146 |
<property name="minimumSize"> |
|
147 |
<size> |
|
148 |
<width>100</width> |
|
149 |
<height>0</height> |
|
150 |
</size> |
|
151 |
</property> |
|
152 |
<property name="maximumSize"> |
|
153 |
<size> |
|
154 |
<width>100</width> |
|
155 |
<height>16777215</height> |
|
156 |
</size> |
|
157 |
</property> |
|
158 |
<property name="text"> |
|
159 |
<string>TextLabel</string> |
|
160 |
</property> |
|
161 |
<property name="alignment"> |
|
162 |
<set>Qt::AlignCenter</set> |
|
163 |
</property> |
|
164 |
</widget> |
|
165 |
</item> |
|
166 |
<item> |
|
167 |
<widget class="QLabel" name="label_44"> |
|
168 |
<property name="minimumSize"> |
|
169 |
<size> |
|
170 |
<width>100</width> |
|
171 |
<height>0</height> |
|
172 |
</size> |
|
173 |
</property> |
|
174 |
<property name="maximumSize"> |
|
175 |
<size> |
|
176 |
<width>100</width> |
|
177 |
<height>16777215</height> |
|
178 |
</size> |
|
179 |
</property> |
|
180 |
<property name="text"> |
|
181 |
<string>-</string> |
|
182 |
</property> |
|
183 |
<property name="alignment"> |
|
184 |
<set>Qt::AlignCenter</set> |
|
185 |
</property> |
|
186 |
</widget> |
|
187 |
</item> |
|
188 |
</layout> |
|
189 |
</item> |
|
190 |
<item row="23" column="0"> |
|
191 |
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
192 |
<item> |
|
193 |
<widget class="QRadioButton" name="radioButton_20"> |
|
194 |
<property name="text"> |
|
195 |
<string>CO2 Rich Amine Liquid</string> |
|
196 |
</property> |
|
197 |
</widget> |
|
198 |
</item> |
|
199 |
<item> |
|
200 |
<widget class="QLabel" name="label_49"> |
|
201 |
<property name="minimumSize"> |
|
202 |
<size> |
|
203 |
<width>100</width> |
|
204 |
<height>0</height> |
|
205 |
</size> |
|
206 |
</property> |
|
207 |
<property name="maximumSize"> |
|
208 |
<size> |
|
209 |
<width>100</width> |
|
210 |
<height>16777215</height> |
|
211 |
</size> |
|
212 |
</property> |
|
213 |
<property name="text"> |
|
214 |
<string>TextLabel</string> |
|
215 |
</property> |
|
216 |
<property name="alignment"> |
|
217 |
<set>Qt::AlignCenter</set> |
|
218 |
</property> |
|
219 |
</widget> |
|
220 |
</item> |
|
221 |
<item> |
|
222 |
<widget class="QLabel" name="label_50"> |
|
223 |
<property name="minimumSize"> |
|
224 |
<size> |
|
225 |
<width>100</width> |
|
226 |
<height>0</height> |
|
227 |
</size> |
|
228 |
</property> |
|
229 |
<property name="maximumSize"> |
|
230 |
<size> |
|
231 |
<width>100</width> |
|
232 |
<height>16777215</height> |
|
233 |
</size> |
|
234 |
</property> |
|
235 |
<property name="text"> |
|
236 |
<string>-</string> |
|
237 |
</property> |
|
238 |
<property name="alignment"> |
|
239 |
<set>Qt::AlignCenter</set> |
|
240 |
</property> |
|
241 |
</widget> |
|
242 |
</item> |
|
243 |
</layout> |
|
244 |
</item> |
|
245 |
<item row="5" column="0"> |
|
246 |
<layout class="QHBoxLayout" name="horizontalLayout_15"> |
|
247 |
<item> |
|
248 |
<widget class="QRadioButton" name="radioButton_4"> |
|
249 |
<property name="text"> |
|
250 |
<string>RadioButton</string> |
|
251 |
</property> |
|
252 |
</widget> |
|
253 |
</item> |
|
254 |
<item> |
|
255 |
<widget class="QLabel" name="label_15"> |
|
256 |
<property name="minimumSize"> |
|
257 |
<size> |
|
258 |
<width>100</width> |
|
259 |
<height>0</height> |
|
260 |
</size> |
|
261 |
</property> |
|
262 |
<property name="maximumSize"> |
|
263 |
<size> |
|
264 |
<width>100</width> |
|
265 |
<height>16777215</height> |
|
266 |
</size> |
|
267 |
</property> |
|
268 |
<property name="text"> |
|
269 |
<string>TextLabel</string> |
|
270 |
</property> |
|
271 |
<property name="alignment"> |
|
272 |
<set>Qt::AlignCenter</set> |
|
273 |
</property> |
|
274 |
</widget> |
|
275 |
</item> |
|
276 |
<item> |
|
277 |
<widget class="QLabel" name="label_16"> |
|
278 |
<property name="minimumSize"> |
|
279 |
<size> |
|
280 |
<width>100</width> |
|
281 |
<height>0</height> |
|
282 |
</size> |
|
283 |
</property> |
|
284 |
<property name="maximumSize"> |
|
285 |
<size> |
|
286 |
<width>100</width> |
|
287 |
<height>16777215</height> |
|
288 |
</size> |
|
289 |
</property> |
|
290 |
<property name="text"> |
|
291 |
<string>TextLabel</string> |
|
292 |
</property> |
|
293 |
<property name="alignment"> |
|
294 |
<set>Qt::AlignCenter</set> |
|
295 |
</property> |
|
296 |
</widget> |
|
297 |
</item> |
|
298 |
</layout> |
|
299 |
</item> |
|
300 |
<item row="8" column="0"> |
|
301 |
<layout class="QHBoxLayout" name="horizontalLayout_8"> |
|
302 |
<item> |
|
303 |
<widget class="QLabel" name="label_21"> |
|
304 |
<property name="font"> |
|
305 |
<font> |
|
306 |
<weight>75</weight> |
|
307 |
<bold>true</bold> |
|
308 |
</font> |
|
309 |
</property> |
|
310 |
<property name="text"> |
|
311 |
<string>- Compressor Lines</string> |
|
312 |
</property> |
|
313 |
</widget> |
|
314 |
</item> |
|
315 |
</layout> |
|
316 |
</item> |
|
317 |
<item row="13" column="0"> |
|
318 |
<layout class="QHBoxLayout" name="horizontalLayout_7"> |
|
319 |
<item> |
|
320 |
<widget class="QRadioButton" name="radioButton_11"> |
|
321 |
<property name="text"> |
|
322 |
<string>From Condenser</string> |
|
323 |
</property> |
|
324 |
</widget> |
|
325 |
</item> |
|
326 |
<item> |
|
327 |
<widget class="QLabel" name="label_30"> |
|
328 |
<property name="minimumSize"> |
|
329 |
<size> |
|
330 |
<width>100</width> |
|
331 |
<height>0</height> |
|
332 |
</size> |
|
333 |
</property> |
|
334 |
<property name="maximumSize"> |
|
335 |
<size> |
|
336 |
<width>100</width> |
|
337 |
<height>16777215</height> |
|
338 |
</size> |
|
339 |
</property> |
|
340 |
<property name="text"> |
|
341 |
<string>TextLabel</string> |
|
342 |
</property> |
|
343 |
<property name="alignment"> |
|
344 |
<set>Qt::AlignCenter</set> |
|
345 |
</property> |
|
346 |
</widget> |
|
347 |
</item> |
|
348 |
<item> |
|
349 |
<widget class="QLabel" name="label_31"> |
|
350 |
<property name="minimumSize"> |
|
351 |
<size> |
|
352 |
<width>100</width> |
|
353 |
<height>0</height> |
|
354 |
</size> |
|
355 |
</property> |
|
356 |
<property name="maximumSize"> |
|
357 |
<size> |
|
358 |
<width>100</width> |
|
359 |
<height>16777215</height> |
|
360 |
</size> |
|
361 |
</property> |
|
362 |
<property name="text"> |
|
363 |
<string>-</string> |
|
364 |
</property> |
|
365 |
<property name="alignment"> |
|
366 |
<set>Qt::AlignCenter</set> |
|
367 |
</property> |
|
368 |
</widget> |
|
369 |
</item> |
|
370 |
</layout> |
|
371 |
</item> |
|
372 |
<item row="22" column="0"> |
|
373 |
<layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
374 |
<item> |
|
375 |
<widget class="QRadioButton" name="radioButton_19"> |
|
376 |
<property name="text"> |
|
377 |
<string>Caustic Solution</string> |
|
378 |
</property> |
|
379 |
</widget> |
|
380 |
</item> |
|
381 |
<item> |
|
382 |
<widget class="QLabel" name="label_47"> |
|
383 |
<property name="minimumSize"> |
|
384 |
<size> |
|
385 |
<width>100</width> |
|
386 |
<height>0</height> |
|
387 |
</size> |
|
388 |
</property> |
|
389 |
<property name="maximumSize"> |
|
390 |
<size> |
|
391 |
<width>100</width> |
|
392 |
<height>16777215</height> |
|
393 |
</size> |
|
394 |
</property> |
|
395 |
<property name="text"> |
|
396 |
<string>TextLabel</string> |
|
397 |
</property> |
|
398 |
<property name="alignment"> |
|
399 |
<set>Qt::AlignCenter</set> |
|
400 |
</property> |
|
401 |
</widget> |
|
402 |
</item> |
|
403 |
<item> |
|
404 |
<widget class="QLabel" name="label_48"> |
|
405 |
<property name="minimumSize"> |
|
406 |
<size> |
|
407 |
<width>100</width> |
|
408 |
<height>0</height> |
|
409 |
</size> |
|
410 |
</property> |
|
411 |
<property name="maximumSize"> |
|
412 |
<size> |
|
413 |
<width>100</width> |
|
414 |
<height>16777215</height> |
|
415 |
</size> |
|
416 |
</property> |
|
417 |
<property name="text"> |
|
418 |
<string>-</string> |
|
419 |
</property> |
|
420 |
<property name="alignment"> |
|
421 |
<set>Qt::AlignCenter</set> |
|
422 |
</property> |
|
423 |
</widget> |
|
424 |
</item> |
|
425 |
</layout> |
|
426 |
</item> |
|
427 |
<item row="11" column="0"> |
|
428 |
<layout class="QHBoxLayout" name="horizontalLayout_20"> |
|
429 |
<item> |
|
430 |
<widget class="QRadioButton" name="radioButton_9"> |
|
431 |
<property name="text"> |
|
432 |
<string>Gravity Flow Service</string> |
|
433 |
</property> |
|
434 |
</widget> |
|
435 |
</item> |
|
436 |
<item> |
|
437 |
<widget class="QLabel" name="label_26"> |
|
438 |
<property name="minimumSize"> |
|
439 |
<size> |
|
440 |
<width>100</width> |
|
441 |
<height>0</height> |
|
442 |
</size> |
|
443 |
</property> |
|
444 |
<property name="maximumSize"> |
|
445 |
<size> |
|
446 |
<width>100</width> |
|
447 |
<height>16777215</height> |
|
448 |
</size> |
|
449 |
</property> |
|
450 |
<property name="text"> |
|
451 |
<string>TextLabel</string> |
|
452 |
</property> |
|
453 |
<property name="alignment"> |
|
454 |
<set>Qt::AlignCenter</set> |
|
455 |
</property> |
|
456 |
</widget> |
|
457 |
</item> |
|
458 |
<item> |
|
459 |
<widget class="QLabel" name="label_27"> |
|
460 |
<property name="minimumSize"> |
|
461 |
<size> |
|
462 |
<width>100</width> |
|
463 |
<height>0</height> |
|
464 |
</size> |
|
465 |
</property> |
|
466 |
<property name="maximumSize"> |
|
467 |
<size> |
|
468 |
<width>100</width> |
|
469 |
<height>16777215</height> |
|
470 |
</size> |
|
471 |
</property> |
|
472 |
<property name="text"> |
|
473 |
<string>TextLabel</string> |
|
474 |
</property> |
|
475 |
<property name="alignment"> |
|
476 |
<set>Qt::AlignCenter</set> |
|
477 |
</property> |
|
478 |
</widget> |
|
479 |
</item> |
|
480 |
</layout> |
|
481 |
</item> |
|
482 |
<item row="3" column="0"> |
|
483 |
<layout class="QHBoxLayout" name="horizontalLayout_21"> |
|
484 |
<item> |
|
485 |
<widget class="QRadioButton" name="radioButton_2"> |
|
486 |
<property name="text"> |
|
487 |
<string>Boiling Liquids</string> |
|
488 |
</property> |
|
489 |
</widget> |
|
490 |
</item> |
|
491 |
<item> |
|
492 |
<widget class="QLabel" name="label_10"> |
|
493 |
<property name="minimumSize"> |
|
494 |
<size> |
|
495 |
<width>100</width> |
|
496 |
<height>0</height> |
|
497 |
</size> |
|
498 |
</property> |
|
499 |
<property name="maximumSize"> |
|
500 |
<size> |
|
501 |
<width>100</width> |
|
502 |
<height>16777215</height> |
|
503 |
</size> |
|
504 |
</property> |
|
505 |
<property name="text"> |
|
506 |
<string>TextLabel</string> |
|
507 |
</property> |
|
508 |
<property name="alignment"> |
|
509 |
<set>Qt::AlignCenter</set> |
|
510 |
</property> |
|
511 |
</widget> |
|
512 |
</item> |
|
513 |
<item> |
|
514 |
<widget class="QLabel" name="label_11"> |
|
515 |
<property name="minimumSize"> |
|
516 |
<size> |
|
517 |
<width>100</width> |
|
518 |
<height>0</height> |
|
519 |
</size> |
|
520 |
</property> |
|
521 |
<property name="maximumSize"> |
|
522 |
<size> |
|
523 |
<width>100</width> |
|
524 |
<height>16777215</height> |
|
525 |
</size> |
|
526 |
</property> |
|
527 |
<property name="text"> |
|
528 |
<string>TextLabel</string> |
|
529 |
</property> |
|
530 |
<property name="alignment"> |
|
531 |
<set>Qt::AlignCenter</set> |
|
532 |
</property> |
|
533 |
</widget> |
|
534 |
</item> |
|
535 |
</layout> |
|
536 |
</item> |
|
537 |
<item row="12" column="0"> |
|
538 |
<layout class="QHBoxLayout" name="horizontalLayout_9"> |
|
539 |
<item> |
|
540 |
<widget class="QLabel" name="label_7"> |
|
541 |
<property name="font"> |
|
542 |
<font> |
|
543 |
<weight>75</weight> |
|
544 |
<bold>true</bold> |
|
545 |
</font> |
|
546 |
</property> |
|
547 |
<property name="text"> |
|
548 |
<string>- Tower Overhead</string> |
|
549 |
</property> |
|
550 |
</widget> |
|
551 |
</item> |
|
552 |
</layout> |
|
553 |
</item> |
|
554 |
<item row="16" column="0"> |
|
555 |
<layout class="QHBoxLayout" name="horizontalLayout_11"> |
|
556 |
<item> |
|
557 |
<widget class="QLabel" name="label_36"> |
|
558 |
<property name="font"> |
|
559 |
<font> |
|
560 |
<weight>75</weight> |
|
561 |
<bold>true</bold> |
|
562 |
</font> |
|
563 |
</property> |
|
564 |
<property name="text"> |
|
565 |
<string>- Stream Lines</string> |
|
566 |
</property> |
|
567 |
</widget> |
|
568 |
</item> |
|
569 |
</layout> |
|
570 |
</item> |
|
571 |
<item row="15" column="0"> |
|
572 |
<layout class="QHBoxLayout" name="horizontalLayout_14"> |
|
573 |
<item> |
|
574 |
<widget class="QRadioButton" name="radioButton_13"> |
|
575 |
<property name="text"> |
|
576 |
<string>Refrigerant Lines</string> |
|
577 |
</property> |
|
578 |
</widget> |
|
579 |
</item> |
|
580 |
<item> |
|
581 |
<widget class="QLabel" name="label_34"> |
|
582 |
<property name="minimumSize"> |
|
583 |
<size> |
|
584 |
<width>100</width> |
|
585 |
<height>0</height> |
|
586 |
</size> |
|
587 |
</property> |
|
588 |
<property name="maximumSize"> |
|
589 |
<size> |
|
590 |
<width>100</width> |
|
591 |
<height>16777215</height> |
|
592 |
</size> |
|
593 |
</property> |
|
594 |
<property name="text"> |
|
595 |
<string>TextLabel</string> |
|
596 |
</property> |
|
597 |
<property name="alignment"> |
|
598 |
<set>Qt::AlignCenter</set> |
|
599 |
</property> |
|
600 |
</widget> |
|
601 |
</item> |
|
602 |
<item> |
|
603 |
<widget class="QLabel" name="label_35"> |
|
604 |
<property name="minimumSize"> |
|
605 |
<size> |
|
606 |
<width>100</width> |
|
607 |
<height>0</height> |
|
608 |
</size> |
|
609 |
</property> |
|
610 |
<property name="maximumSize"> |
|
611 |
<size> |
|
612 |
<width>100</width> |
|
613 |
<height>16777215</height> |
|
614 |
</size> |
|
615 |
</property> |
|
616 |
<property name="text"> |
|
617 |
<string>-</string> |
|
618 |
</property> |
|
619 |
<property name="alignment"> |
|
620 |
<set>Qt::AlignCenter</set> |
|
621 |
</property> |
|
622 |
</widget> |
|
623 |
</item> |
|
624 |
</layout> |
|
625 |
</item> |
|
626 |
<item row="18" column="0"> |
|
627 |
<layout class="QHBoxLayout" name="horizontalLayout_10"> |
|
628 |
<item> |
|
629 |
<widget class="QRadioButton" name="radioButton_15"> |
|
630 |
<property name="text"> |
|
631 |
<string>Cooling Water (branch)</string> |
|
632 |
</property> |
|
633 |
</widget> |
|
634 |
</item> |
|
635 |
<item> |
|
636 |
<widget class="QLabel" name="label_39"> |
|
637 |
<property name="minimumSize"> |
|
638 |
<size> |
|
639 |
<width>100</width> |
|
640 |
<height>0</height> |
|
641 |
</size> |
|
642 |
</property> |
|
643 |
<property name="maximumSize"> |
|
644 |
<size> |
|
645 |
<width>100</width> |
|
646 |
<height>16777215</height> |
|
647 |
</size> |
|
648 |
</property> |
|
649 |
<property name="text"> |
|
650 |
<string>TextLabel</string> |
|
651 |
</property> |
|
652 |
<property name="alignment"> |
|
653 |
<set>Qt::AlignCenter</set> |
|
654 |
</property> |
|
655 |
</widget> |
|
656 |
</item> |
|
657 |
<item> |
|
658 |
<widget class="QLabel" name="label_40"> |
|
659 |
<property name="minimumSize"> |
|
660 |
<size> |
|
661 |
<width>100</width> |
|
662 |
<height>0</height> |
|
663 |
</size> |
|
664 |
</property> |
|
665 |
<property name="maximumSize"> |
|
666 |
<size> |
|
667 |
<width>100</width> |
|
668 |
<height>16777215</height> |
|
669 |
</size> |
|
670 |
</property> |
|
671 |
<property name="text"> |
|
672 |
<string>TextLabel</string> |
|
673 |
</property> |
|
674 |
<property name="alignment"> |
|
675 |
<set>Qt::AlignCenter</set> |
|
676 |
</property> |
|
677 |
</widget> |
|
678 |
</item> |
|
679 |
</layout> |
|
680 |
</item> |
|
681 |
<item row="9" column="0"> |
|
682 |
<layout class="QHBoxLayout" name="horizontalLayout_18"> |
|
683 |
<item> |
|
684 |
<widget class="QRadioButton" name="radioButton_7"> |
|
685 |
<property name="text"> |
|
686 |
<string>Reboiler Trapout</string> |
|
687 |
</property> |
|
688 |
</widget> |
|
689 |
</item> |
|
690 |
<item> |
|
691 |
<widget class="QLabel" name="label_22"> |
|
692 |
<property name="minimumSize"> |
|
693 |
<size> |
|
694 |
<width>100</width> |
|
695 |
<height>0</height> |
|
696 |
</size> |
|
697 |
</property> |
|
698 |
<property name="maximumSize"> |
|
699 |
<size> |
|
700 |
<width>100</width> |
|
701 |
<height>16777215</height> |
|
702 |
</size> |
|
703 |
</property> |
|
704 |
<property name="text"> |
|
705 |
<string>TextLabel</string> |
|
706 |
</property> |
|
707 |
<property name="alignment"> |
|
708 |
<set>Qt::AlignCenter</set> |
|
709 |
</property> |
|
710 |
</widget> |
|
711 |
</item> |
|
712 |
<item> |
|
713 |
<widget class="QLabel" name="label_23"> |
|
714 |
<property name="minimumSize"> |
|
715 |
<size> |
|
716 |
<width>100</width> |
|
717 |
<height>0</height> |
|
718 |
</size> |
|
719 |
</property> |
|
720 |
<property name="maximumSize"> |
|
721 |
<size> |
|
722 |
<width>100</width> |
|
723 |
<height>16777215</height> |
|
724 |
</size> |
|
725 |
</property> |
|
726 |
<property name="text"> |
|
727 |
<string>TextLabel</string> |
|
728 |
</property> |
|
729 |
<property name="alignment"> |
|
730 |
<set>Qt::AlignCenter</set> |
|
731 |
</property> |
|
732 |
</widget> |
|
733 |
</item> |
|
734 |
</layout> |
|
735 |
</item> |
|
736 |
<item row="4" column="0"> |
|
737 |
<layout class="QHBoxLayout" name="horizontalLayout_26"> |
|
738 |
<item> |
|
739 |
<widget class="QRadioButton" name="radioButton_3"> |
|
740 |
<property name="text"> |
|
741 |
<string>Non-boiling Liquids</string> |
|
742 |
</property> |
|
743 |
</widget> |
|
744 |
</item> |
|
745 |
<item> |
|
746 |
<widget class="QLabel" name="label_12"> |
|
747 |
<property name="minimumSize"> |
|
748 |
<size> |
|
749 |
<width>100</width> |
|
750 |
<height>0</height> |
|
751 |
</size> |
|
752 |
</property> |
|
753 |
<property name="maximumSize"> |
|
754 |
<size> |
|
755 |
<width>100</width> |
|
756 |
<height>16777215</height> |
|
757 |
</size> |
|
758 |
</property> |
|
759 |
<property name="text"> |
|
760 |
<string>TextLabel</string> |
|
761 |
</property> |
|
762 |
<property name="alignment"> |
|
763 |
<set>Qt::AlignCenter</set> |
|
764 |
</property> |
|
765 |
</widget> |
|
766 |
</item> |
|
767 |
<item> |
|
768 |
<widget class="QLabel" name="label_13"> |
|
769 |
<property name="minimumSize"> |
|
770 |
<size> |
|
771 |
<width>100</width> |
|
772 |
<height>0</height> |
|
773 |
</size> |
|
774 |
</property> |
|
775 |
<property name="maximumSize"> |
|
776 |
<size> |
|
777 |
<width>100</width> |
|
778 |
<height>16777215</height> |
|
779 |
</size> |
|
780 |
</property> |
|
781 |
<property name="text"> |
|
782 |
<string>TextLabel</string> |
|
783 |
</property> |
|
784 |
<property name="alignment"> |
|
785 |
<set>Qt::AlignCenter</set> |
|
786 |
</property> |
|
787 |
</widget> |
|
788 |
</item> |
|
789 |
</layout> |
|
790 |
</item> |
|
791 |
<item row="10" column="0"> |
|
792 |
<layout class="QHBoxLayout" name="horizontalLayout_19"> |
|
793 |
<item> |
|
794 |
<widget class="QRadioButton" name="radioButton_8"> |
|
795 |
<property name="text"> |
|
796 |
<string>To Control Valve</string> |
|
797 |
</property> |
|
798 |
</widget> |
|
799 |
</item> |
|
800 |
<item> |
|
801 |
<widget class="QLabel" name="label_24"> |
|
802 |
<property name="minimumSize"> |
|
803 |
<size> |
|
804 |
<width>100</width> |
|
805 |
<height>0</height> |
|
806 |
</size> |
|
807 |
</property> |
|
808 |
<property name="maximumSize"> |
|
809 |
<size> |
|
810 |
<width>100</width> |
|
811 |
<height>16777215</height> |
|
812 |
</size> |
|
813 |
</property> |
|
814 |
<property name="text"> |
|
815 |
<string>-</string> |
|
816 |
</property> |
|
817 |
<property name="alignment"> |
|
818 |
<set>Qt::AlignCenter</set> |
|
819 |
</property> |
|
820 |
</widget> |
|
821 |
</item> |
|
822 |
<item> |
|
823 |
<widget class="QLabel" name="label_25"> |
|
824 |
<property name="minimumSize"> |
|
825 |
<size> |
|
826 |
<width>100</width> |
|
827 |
<height>0</height> |
|
828 |
</size> |
|
829 |
</property> |
|
830 |
<property name="maximumSize"> |
|
831 |
<size> |
|
832 |
<width>100</width> |
|
833 |
<height>16777215</height> |
|
834 |
</size> |
|
835 |
</property> |
|
836 |
<property name="text"> |
|
837 |
<string>TextLabel</string> |
|
838 |
</property> |
|
839 |
<property name="alignment"> |
|
840 |
<set>Qt::AlignCenter</set> |
|
841 |
</property> |
|
842 |
</widget> |
|
843 |
</item> |
|
844 |
</layout> |
|
845 |
</item> |
|
846 |
<item row="1" column="0"> |
|
847 |
<layout class="QHBoxLayout" name="horizontalLayout_23"> |
|
848 |
<item> |
|
849 |
<widget class="QLabel" name="label_4"> |
|
850 |
<property name="text"> |
|
851 |
<string/> |
|
852 |
</property> |
|
853 |
<property name="alignment"> |
|
854 |
<set>Qt::AlignCenter</set> |
|
855 |
</property> |
|
856 |
</widget> |
|
857 |
</item> |
|
858 |
<item> |
|
859 |
<widget class="QLabel" name="label_5"> |
|
860 |
<property name="minimumSize"> |
|
861 |
<size> |
|
862 |
<width>100</width> |
|
863 |
<height>0</height> |
|
864 |
</size> |
|
865 |
</property> |
|
866 |
<property name="maximumSize"> |
|
867 |
<size> |
|
868 |
<width>100</width> |
|
869 |
<height>16777215</height> |
|
870 |
</size> |
|
871 |
</property> |
|
872 |
<property name="text"> |
|
873 |
<string>TextLabel</string> |
|
874 |
</property> |
|
875 |
<property name="alignment"> |
|
876 |
<set>Qt::AlignCenter</set> |
|
877 |
</property> |
|
878 |
</widget> |
|
879 |
</item> |
|
880 |
<item> |
|
881 |
<widget class="QLabel" name="label_6"> |
|
882 |
<property name="minimumSize"> |
|
883 |
<size> |
|
884 |
<width>100</width> |
|
885 |
<height>0</height> |
|
886 |
</size> |
|
887 |
</property> |
|
888 |
<property name="maximumSize"> |
|
889 |
<size> |
|
890 |
<width>100</width> |
|
891 |
<height>16777215</height> |
|
892 |
</size> |
|
893 |
</property> |
|
894 |
<property name="text"> |
|
895 |
<string>TextLabel</string> |
|
896 |
</property> |
|
897 |
<property name="alignment"> |
|
898 |
<set>Qt::AlignCenter</set> |
|
899 |
</property> |
|
900 |
</widget> |
|
901 |
</item> |
|
902 |
</layout> |
|
903 |
</item> |
|
904 |
<item row="17" column="0"> |
|
905 |
<layout class="QHBoxLayout" name="horizontalLayout_13"> |
|
906 |
<item> |
|
907 |
<widget class="QRadioButton" name="radioButton_14"> |
|
908 |
<property name="text"> |
|
909 |
<string>Cooling Water (header)</string> |
|
910 |
</property> |
|
911 |
</widget> |
|
912 |
</item> |
|
913 |
<item> |
|
914 |
<widget class="QLabel" name="label_37"> |
|
915 |
<property name="minimumSize"> |
|
916 |
<size> |
|
917 |
<width>100</width> |
|
918 |
<height>0</height> |
|
919 |
</size> |
|
920 |
</property> |
|
921 |
<property name="maximumSize"> |
|
922 |
<size> |
|
923 |
<width>100</width> |
내보내기 Unified diff