Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

changeset 4278
ccd1e13cb9bd
parent 4236
8d4e498a7af8
child 4433
7ab862396a8a
equal deleted inserted replaced
4275:3bed5f74d328 4278:ccd1e13cb9bd
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"))

eric ide

mercurial