QtWidgets import QDialog [as 別名] # 或者: from PyQt5.QtWidgets. ... QDialog import show [as 別名] def dialog(win, ver): d = QDialog(win) d.
確定! 回上一頁