1 Star 0 Fork 3

Bruce.zhang/Pyside pyqt 无边框UI模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.py 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
Deer 提交于 2023-09-30 01:06 +08:00 . 更新ui_settings和custom_gui模块内容
# !/usr/bin/env python
# -*-coding:utf-8 -*-
# python -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --upgrade pip
"""
程序入口文件
"""
import sys
from PySide2.QtWidgets import QApplication
from ui.custom.custom_gui import CustomGUI
# Run
if __name__ == '__main__':
app = QApplication(sys.argv)
CustomGUI().show()
sys.exit(app.exec_())
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/bruce-zhang001/pyui-template.git
git@gitee.com:bruce-zhang001/pyui-template.git
bruce-zhang001
pyui-template
Pyside pyqt 无边框UI模板
master

搜索帮助