Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
class Ui_MainWindow(object): def __init__(self): super().__init__() loadUi("resizablesoftware.ui", self)
我不明白我要去哪里错了。