hytos / HYTOS / HYTOS / Roughness_UI.py @ a3811ad8
이력 | 보기 | 이력해설 | 다운로드 (2.69 KB)
1 |
# -*- coding: utf-8 -*-
|
---|---|
2 |
|
3 |
# Form implementation generated from reading ui file '.\UI\Roughness.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_RoughnessDialog(object): |
14 |
def setupUi(self, RoughnessDialog): |
15 |
RoughnessDialog.setObjectName("RoughnessDialog")
|
16 |
RoughnessDialog.resize(579, 305) |
17 |
font = QtGui.QFont() |
18 |
font.setFamily("맑은 고딕")
|
19 |
RoughnessDialog.setFont(font) |
20 |
icon = QtGui.QIcon() |
21 |
icon.addPixmap(QtGui.QPixmap(":/images/HYTOS.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
|
22 |
RoughnessDialog.setWindowIcon(icon) |
23 |
self.gridLayout_2 = QtWidgets.QGridLayout(RoughnessDialog)
|
24 |
self.gridLayout_2.setObjectName("gridLayout_2") |
25 |
self.gridLayout = QtWidgets.QGridLayout()
|
26 |
self.gridLayout.setObjectName("gridLayout") |
27 |
self.tableWidget_Roughness = QtWidgets.QTableWidget(RoughnessDialog)
|
28 |
self.tableWidget_Roughness.setSelectionMode(QtWidgets.QAbstractItemView.ExtendedSelection)
|
29 |
self.tableWidget_Roughness.setSelectionBehavior(QtWidgets.QAbstractItemView.SelectItems)
|
30 |
self.tableWidget_Roughness.setObjectName("tableWidget_Roughness") |
31 |
self.tableWidget_Roughness.setColumnCount(0) |
32 |
self.tableWidget_Roughness.setRowCount(0) |
33 |
self.gridLayout.addWidget(self.tableWidget_Roughness, 1, 0, 1, 1) |
34 |
self.gridLayout_2.addLayout(self.gridLayout, 1, 0, 1, 1) |
35 |
self.horizontalLayout = QtWidgets.QHBoxLayout()
|
36 |
self.horizontalLayout.setObjectName("horizontalLayout") |
37 |
self.label_current_unit = QtWidgets.QLabel(RoughnessDialog)
|
38 |
self.label_current_unit.setText("") |
39 |
self.label_current_unit.setObjectName("label_current_unit") |
40 |
self.horizontalLayout.addWidget(self.label_current_unit) |
41 |
self.buttonBox = QtWidgets.QDialogButtonBox(RoughnessDialog)
|
42 |
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
|
43 |
self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok)
|
44 |
self.buttonBox.setObjectName("buttonBox") |
45 |
self.horizontalLayout.addWidget(self.buttonBox) |
46 |
self.gridLayout_2.addLayout(self.horizontalLayout, 3, 0, 1, 1) |
47 |
|
48 |
self.retranslateUi(RoughnessDialog)
|
49 |
self.buttonBox.accepted.connect(RoughnessDialog.accept)
|
50 |
self.buttonBox.rejected.connect(RoughnessDialog.reject)
|
51 |
QtCore.QMetaObject.connectSlotsByName(RoughnessDialog) |
52 |
|
53 |
def retranslateUi(self, RoughnessDialog): |
54 |
_translate = QtCore.QCoreApplication.translate |
55 |
RoughnessDialog.setWindowTitle(_translate("RoughnessDialog", "Select Material (General Eq.)")) |
56 |
import Resource_rc |