Application exits when a dialog closes.
Unsolved
Qt for Python
-
@tmahlburg said in Application exits when a dialog closes.:
window.ui.show()
Shouldn't you call
window.show()
?