I have a PyQt5 app, and setted setQuitOnLastWindowClosed(False) on it. There is function which should be called when I click \'X\' button on the top, but how to do
setQuitOnLastWindowClosed(False)