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.
2 parents c52c6c5 + 5f3863e commit 8b09077Copy full SHA for 8b09077
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