Hello, I create a modal dialog in PyQT5 in this way: from PyQt5 import QtCore, QtGui, QtWidgets class FirmUi_Dialog(object): def setupUi(self, Dialog): ...
確定! 回上一頁