Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

branch
6_0_x
changeset 4280
9556c261c3a2
parent 4022
f5f42921717e
child 4440
d3c84c471c32
equal deleted inserted replaced
4276:6ba4bda91560 4280:9556c261c3a2
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