Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd7419 commit 58a505aCopy full SHA for 58a505a
1 file changed
examples/user_interfaces/embedding_in_qt_sgskip.py
@@ -69,4 +69,6 @@ def _update_canvas(self):
69
70
app = ApplicationWindow()
71
app.show()
72
+ app.activateWindow()
73
+ app.raise_()
74
qapp.exec_()
0 commit comments