
python #pyqt
Rex_Surprise
0010010101010011
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python项目打包以及PyQt项目打包的注意项
文章目录1. 安装工具a) 使用pip安装b) pyinstaller参数2. 使用:3. PyQt项目打包的注意项完...1. 安装工具我使用的是pyinstaller的工具来打包文件的a) 使用pip安装cmd敲命令 pip install pyinstaller https://pypi.tuna.tsinghua.edu.cn/simple可以直接按装b) pyinsta...原创 2019-12-05 21:00:58 · 723 阅读 · 0 评论 -
PyQt的安装和ui设计师的配置
文章目录1. 安装 pipenv 工具:2. 用 python3 初始化项目环境:3. 开始安装:4. Pycharm中修改解析器:5. Pipenv常用参数:6. 添加拓展工具方便使用7. 把界面的.ui文件转换为.py文件的配置:8. 把Qt的src文件转换为.py文件的配置:9. 拓展:1. 安装 pipenv 工具:pip install pipenv -i https://pypi....原创 2019-12-05 20:18:24 · 729 阅读 · 0 评论