You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kill button, the X at the top right corner of the window calls the QtWidget closeEvent. The Close button calls the local onClose method then calls after checking for open threads self.close.
The two methods of closing the window should behave identically