loadUi ("mainwindow.ui") window.show() app.exec() The equivalent with PySide2 is one line longer, since you need to create a QUILoader object first.
確定! 回上一頁