本文主要是介绍QT Travel,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Code Resource: https://github.com/MoreYoungGavin/QT_Travel.git
What is QT?
QT is a cross-platform application development framework for desktop,embedded and mobile.
What need install QT before?
You need installed python and python can work.
Pip package in python environment and pip command can work.
How to install QT?
We can use pip command to install QT:
Step 1: open cmd
Press combination key win+R.
Step 2:input pip command
Input command:pip install PyQt5Designer
Where is QT in computer?
Step 1:find your install python path
Step 2:find designer.exe in python path\Lib\site-packages\PyQt5\Qt\bin
Step 3:open designer.exe
这篇关于QT Travel的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!