40 |
40 |
41 @param parent The parent widget. (QWidget) |
41 @param parent The parent widget. (QWidget) |
42 """ |
42 """ |
43 super(SyntaxCheckerDialog, self).__init__(parent) |
43 super(SyntaxCheckerDialog, self).__init__(parent) |
44 self.setupUi(self) |
44 self.setupUi(self) |
|
45 self.setWindowFlags(Qt.Window) |
45 |
46 |
46 self.showButton = self.buttonBox.addButton( |
47 self.showButton = self.buttonBox.addButton( |
47 self.tr("Show"), QDialogButtonBox.ActionRole) |
48 self.tr("Show"), QDialogButtonBox.ActionRole) |
48 self.showButton.setToolTip( |
49 self.showButton.setToolTip( |
49 self.tr("Press to show all files containing an issue")) |
50 self.tr("Press to show all files containing an issue")) |