프로젝트

일반

사용자정보

개정판 cac163a4

IDcac163a43d4f0a5daf2da56450dfa81e7a5f0a6f
상위 1b1299e7
하위 6a71c54a

백흠경이(가) 4년 이상 전에 추가함

UI 개선

Change-Id: I8ad667bbd2751c8596a8ea4f43c44b2d337d4caa

차이점 보기:

HYTOS/HYTOS/PlateHeatExchanger.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 PlateHeatExchanger module"""
8 3

  
9 4
from PyQt5 import QtCore, QtGui, QtWidgets
10 5
from PyQt5.QtWidgets import *
......
55 50

  
56 51
        self.ui = PlateHeatExchanger_UI.Ui_PlateHeatExchangerDialog()
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