美文网首页PyQt
PyQt开发环境配置指南(含Pycharm下QtDesigner

PyQt开发环境配置指南(含Pycharm下QtDesigner

作者: Peter__007 | 来源:发表于2017-03-14 22:10 被阅读607次

# 1.安装Python3.4

运行python-3.4.4.msi,安装提示完成安装

网盘:http://pan.baidu.com/s/1pLFGTOB

# 2.安装PyQt库

运行PyQt5-5.5-gpl-Py3.4-Qt5.5.0-x32.exe (适用Win XP)

网盘:http://pan.baidu.com/s/1gfqUI5t

运行PyQt5-5.4-gpl-Py3.4-Qt5.4.0-x64.exe (适用Win7及以上)

网盘:http://pan.baidu.com/s/1dFpCSr3

# 3.安装Python IDE PyCharm

3.1运行pycharm-community-2016.3.exe

网盘:http://pan.baidu.com/s/1i48lvs5

3.2运行PyCharm软件,进行扩展工具配置,便于PyQt界面设计

3.4.5 PyCharm界面字体配置

3.2.2.主菜单File -> Settings,打开配置窗口Settings

3.3.3.扩展工具QtDesigner配置

针对.ui文件打开QtDesigner用于设计界面布局

Tool settings

Program:C:\Python34\Lib\site-packages\PyQt5\designer.exe(在自己Python安装目录下找一下)

Parameters:$FileName$(可以拷贝,或者点击按钮“Insert macro...” 选择合适的macros)

Working directory:$FileDir$(可以拷贝,或者点击按钮“Insert macro...” 选择合适的macros)

3.3.4.扩展工具PyUID配置

用于将.ui文件转换成.py文件

Tool setting

Program:C:\Python34\Lib\site-packages\PyQt5\pyuic5.bat(在自己Python安装目录下找一下)

Parameters:$FileName$ -o $FileNameWithoutExtension$.py(可以拷贝,或者点击按钮“Insert macro...” 选择合适的macros)

Working directory:$FileDir$(可以拷贝,或者点击按钮“Insert macro...” 选择合适的macros)

3.3.5 使用方法

选中QtDesginer的.ui文件,右键选中相应扩展工具。

相关文章

网友评论

  • lwk1542:请问python3.6可以和pyqt5.9-py3.5搭配使用吗,我的环境配置总是不行
  • 木兮家先生:python3以后建议pyqt采用pip形式安装
  • a97dd8f77ccf:简单明了:blush:

本文标题:PyQt开发环境配置指南(含Pycharm下QtDesigner

本文链接:https://www.haomeiwen.com/subject/oirknttx.html