comment on widget render
[sface.git] / sface.py
index 07a8c2e..a66d739 100644 (file)
--- a/sface.py
+++ b/sface.py
@@ -37,6 +37,7 @@ QLabel {
 
 
     win = MainWindow()
+    win.redirectOutputToLog()
     win.setWindowTitle("Sface: SFA Interface")
     win.show()
     win.raise_()