D.R
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
D.R created a post, PYQT5 Exiting Problem
I'm trying to access the PYQT code that PyCharm created. I've got the following code. from PyQt5 import QtCore, QtGui, QtWidgetsclass Ui_Dialog(object): def setupUi(self, Dialog): Dialog...