Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

branch
6_0_x
changeset 4280
9556c261c3a2
parent 4022
f5f42921717e
child 4440
d3c84c471c32
--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Jun 13 12:31:57 2015 +0200
+++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat Jun 13 19:27:40 2015 +0200
@@ -42,6 +42,7 @@
         """
         super(SyntaxCheckerDialog, self).__init__(parent)
         self.setupUi(self)
+        self.setWindowFlags(Qt.Window)
         
         self.showButton = self.buttonBox.addButton(
             self.tr("Show"), QDialogButtonBox.ActionRole)

eric ide

mercurial