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 03bc3c1 + 58a505a commit cc73684Copy full SHA for cc73684
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