python pyinstaller 加载ui路径方法

时间:2024-01-22 00:26:10
【文件属性】:

文件名称:python pyinstaller 加载ui路径方法

文件大小:35KB

文件格式:PDF

更新时间:2024-01-22 00:26:10

al IN ins

如下所示: class Login(QMainWindow): 登录窗口 global status_s global connect_signal def __init__(self, *args): super(Login, self).__init__(*args) if getattr(sys,'frozen',False): bundle_dir = sys._MEIPASS else: bundle_dir = os.path.dirname(os.path.abspath(__file__))


网友评论