개정판 36844d87
issue #1213 : Line Sizing Criteria - Vapor
Change-Id: I1d6a9dfac55ccbac67e141d42a9d31d6edc00adc
HYTOS/HYTOS/Line_Sizing_Vapor_UI.py | ||
---|---|---|
13 | 13 |
class Ui_Dialog(object): |
14 | 14 |
def setupUi(self, Dialog): |
15 | 15 |
Dialog.setObjectName("Dialog") |
16 |
Dialog.resize(450, 440)
|
|
16 |
Dialog.resize(440, 692)
|
|
17 | 17 |
font = QtGui.QFont() |
18 | 18 |
font.setFamily("맑은 고딕") |
19 | 19 |
Dialog.setFont(font) |
... | ... | |
26 | 26 |
self.scrollArea.setWidgetResizable(True) |
27 | 27 |
self.scrollArea.setObjectName("scrollArea") |
28 | 28 |
self.scrollAreaWidgetContents = QtWidgets.QWidget() |
29 |
self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 413, 637))
|
|
29 |
self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 420, 643))
|
|
30 | 30 |
self.scrollAreaWidgetContents.setObjectName("scrollAreaWidgetContents") |
31 | 31 |
self.horizontalLayout_27 = QtWidgets.QHBoxLayout(self.scrollAreaWidgetContents) |
32 | 32 |
self.horizontalLayout_27.setObjectName("horizontalLayout_27") |
... | ... | |
479 | 479 |
|
480 | 480 |
def retranslateUi(self, Dialog): |
481 | 481 |
_translate = QtCore.QCoreApplication.translate |
482 |
Dialog.setWindowTitle(_translate("Dialog", "Vapor Line Sizing Criteria - SECL"))
|
|
482 |
Dialog.setWindowTitle(_translate("Dialog", "Line Sizing Criteria - SECL")) |
|
483 | 483 |
self.label_9.setText(_translate("Dialog", "- General Service")) |
484 | 484 |
self.label.setText(_translate("Dialog", "Type")) |
485 | 485 |
self.label_3.setText(_translate("Dialog", "Velocity")) |
HYTOS/HYTOS/UI/Line_Sizing_Vapor.ui | ||
---|---|---|
6 | 6 |
<rect> |
7 | 7 |
<x>0</x> |
8 | 8 |
<y>0</y> |
9 |
<width>450</width>
|
|
10 |
<height>440</height>
|
|
9 |
<width>440</width>
|
|
10 |
<height>692</height>
|
|
11 | 11 |
</rect> |
12 | 12 |
</property> |
13 | 13 |
<property name="font"> |
... | ... | |
16 | 16 |
</font> |
17 | 17 |
</property> |
18 | 18 |
<property name="windowTitle"> |
19 |
<string>Vapor Line Sizing Criteria - SECL</string>
|
|
19 |
<string>Line Sizing Criteria - SECL</string> |
|
20 | 20 |
</property> |
21 | 21 |
<property name="windowIcon"> |
22 | 22 |
<iconset resource="../res/Resource.qrc"> |
... | ... | |
33 | 33 |
<rect> |
34 | 34 |
<x>0</x> |
35 | 35 |
<y>0</y> |
36 |
<width>413</width>
|
|
37 |
<height>637</height>
|
|
36 |
<width>420</width>
|
|
37 |
<height>643</height>
|
|
38 | 38 |
</rect> |
39 | 39 |
</property> |
40 | 40 |
<layout class="QHBoxLayout" name="horizontalLayout_27"> |
내보내기 Unified diff