__init__() self.resize(300,300) from PyQt5.uic import loadUi # 需要導入的模塊 loadUi("ss.ui", self) #加載UI文件 self.
確定! 回上一頁