from PyQt5 import QtCore, QtGui, QtWidgets class MainWindow(QtWidgets.QMainWindow, UI.MainUI.Ui_MainWindow): ... For more details on porting from PyQt4 to PyQt5 ...
確定! 回上一頁