25 Constructor |
25 Constructor |
26 |
26 |
27 @param vcs reference to the vcs object |
27 @param vcs reference to the vcs object |
28 @param parent parent widget (QWidget) |
28 @param parent parent widget (QWidget) |
29 """ |
29 """ |
30 super(HgQueuesListDialog, self).__init__(parent) |
30 super().__init__(parent) |
31 self.setupUi(self) |
31 self.setupUi(self) |
32 self.setWindowFlags(Qt.WindowType.Window) |
32 self.setWindowFlags(Qt.WindowType.Window) |
33 |
33 |
34 self.buttonBox.button( |
34 self.buttonBox.button( |
35 QDialogButtonBox.StandardButton.Close).setEnabled(False) |
35 QDialogButtonBox.StandardButton.Close).setEnabled(False) |