# 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文件窖杀,右鍵選中相應擴展工具漓摩。