setWindowFlags(Qt.SplashScreen | Qt.FramelessWindowHint) lbl.show() QTimer.singleShot(4000, app.quit) sys.exit(app.exec_()) ...
確定! 回上一頁