pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 77 forks source link

slot QApplication.instance().quit, and qApp.quit doesn't work #41

Open rafaguy opened 5 years ago

rafaguy commented 5 years ago

I'm using the python-qt5, and when i connect 'clicked event' or 'trigger event' with QApplication.instance().quit, or qApp.quit , it doesn't quit the application anymore. Could anyone help me?