安裝 Qt Designer (可以用一種所見既所得的方式,產生 QT 程式 GUI 介面的程式碼)
- 快捷鍵 (Win + R) 執行 cmd,於命令列輸入
pip install PyQt5-tools
或
pip install PyQt5Designer因為安裝 pyqt5-tools 是為了使用 PyQt5Designer 方便介面設計,所以也可以直接安裝 PyQt5Designer
- 建立桌面捷徑:
C:\Users\YourAccount\AppData\Local\Programs\Python\Python39\Lib\site-packages\qt5_applications\Qt\bin\designer.exeC:\Users\YourAccount\AppData\Local\Programs\Python\Python38\Lib\site-packages\pyqt5_tools\Qt\bin\designer.exe
或
D:\Python38\Lib\site-packages\pyqt5_tools\Qt\bin\designer.exe