프로젝트

일반

사용자정보

개정판 cac163a4

IDcac163a43d4f0a5daf2da56450dfa81e7a5f0a6f
상위 1b1299e7
하위 6a71c54a

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

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