개정판 cac163a4
UI 개선
Change-Id: I8ad667bbd2751c8596a8ea4f43c44b2d337d4caa
HYTOS/HYTOS/GeometryData_MixedDialog.py | ||
---|---|---|
1 | 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! |
|
2 |
"""This is GeometryData_MixedDialog module""" |
|
8 | 3 | |
9 | 4 |
from PyQt5 import QtCore, QtGui, QtWidgets |
10 | 5 |
from PyQt5.QtWidgets import * |
... | ... | |
52 | 47 | |
53 | 48 |
self.ui = GeometryData_Mixed_UI.Ui_Dialog() |
54 | 49 |
self.ui.setupUi(self) |
50 |
self.ui.buttonBox.button(QDialogButtonBox.Ok).setIcon(QtGui.QIcon(':/images/OK.svg')) |
|
51 |
self.ui.buttonBox.button(QDialogButtonBox.Cancel).setIcon(QtGui.QIcon(':/images/Cancel.svg')) |
|
55 | 52 | |
56 | 53 |
self.units = {} |
57 | 54 |
self.isAccepted = False |
내보내기 Unified diff