개정판 cac163a4
UI 개선
Change-Id: I8ad667bbd2751c8596a8ea4f43c44b2d337d4caa
HYTOS/HYTOS/Valve_Manual.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 Valve_Manual module""" |
|
8 | 3 | |
9 | 4 |
from PyQt5 import QtCore, QtGui, QtWidgets |
10 | 5 |
from PyQt5.QtWidgets import * |
... | ... | |
55 | 50 | |
56 | 51 |
self.ui = Valve_Manual_UI.Ui_Valve_ManualDialog() |
57 | 52 |
self.ui.setupUi(self) |
53 |
self.ui.buttonBox.button(QDialogButtonBox.Ok).setIcon(QtGui.QIcon(':/images/OK.svg')) |
|
54 |
self.ui.buttonBox.button(QDialogButtonBox.Cancel).setIcon(QtGui.QIcon(':/images/Cancel.svg')) |
|
55 | ||
58 | 56 |
self._item = None |
59 | 57 |
self._modified = False |
60 | 58 |
내보내기 Unified diff