debug console doesn't need to be modal

This commit is contained in:
Damien Elmes 2012-05-06 01:41:44 +09:00
parent 03f5a75749
commit 176158b97b

View file

@ -902,7 +902,7 @@ will be lost. Continue?"""))
QKeySequence("ctrl+shift+return"), d) QKeySequence("ctrl+shift+return"), d)
self.connect(s, SIGNAL("activated()"), self.connect(s, SIGNAL("activated()"),
lambda: self.onDebugPrint(frm)) lambda: self.onDebugPrint(frm))
d.exec_() d.show()
def _captureOutput(self, on): def _captureOutput(self, on):
mw = self mw = self