개정판 cac163a4
UI 개선
Change-Id: I8ad667bbd2751c8596a8ea4f43c44b2d337d4caa
HYTOS/HYTOS/RoughnessDialog.py | ||
---|---|---|
62 | 62 |
QDialog.__init__(self) |
63 | 63 |
self.ui = Roughness_UI.Ui_RoughnessDialog() |
64 | 64 |
self.ui.setupUi(self) |
65 |
self.ui.buttonBox.button(QDialogButtonBox.Ok).setIcon(QIcon(':/images/OK.svg')) |
|
66 |
self.ui.buttonBox.button(QDialogButtonBox.Cancel).setIcon(QIcon(':/images/Cancel.svg')) |
|
67 | ||
65 | 68 |
self.unit = None |
66 | 69 |
self.isAccepted = False |
67 | 70 |
내보내기 Unified diff