개정판 7d24a1ec
validation filter on going
Change-Id: Ice2ec8a334dcf9808c4bc0e571a9e5d8d7da6b25
DTI_PID/DTI_PID/ValidationDialog.py | ||
---|---|---|
23 | 23 |
self.ui.buttonBox.button(QDialogButtonBox.Ok).setIcon(QIcon(':/newPrefix/OK.svg')) |
24 | 24 |
self.ui.buttonBox.button(QDialogButtonBox.Cancel).setIcon(QIcon(':/newPrefix/Remove.svg')) |
25 | 25 |
|
26 |
self.ui.groupBox.setVisible(False) |
|
27 |
self.setFixedHeight(240) |
|
28 |
self.setFixedWidth(350) |
|
26 |
#self.ui.groupBox.setVisible(False)
|
|
27 |
#self.setFixedHeight(240)
|
|
28 |
#self.setFixedWidth(350)
|
|
29 | 29 |
|
30 | 30 |
def accept(self): |
31 | 31 |
QDialog.accept(self) |
내보내기 Unified diff