20 |
20 |
21 def __init__(self, parent=None): |
21 def __init__(self, parent=None): |
22 """ |
22 """ |
23 Constructor |
23 Constructor |
24 |
24 |
25 @param parent reference to the parent widget (QWidget) |
25 @param parent reference to the parent widget |
|
26 @type QWidget |
26 """ |
27 """ |
27 super().__init__(parent) |
28 super().__init__(parent) |
28 self.setupUi(self) |
29 self.setupUi(self) |
29 |
30 |
30 self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(False) |
31 self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(False) |