QT travel

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u013452217/article/details/86688374

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

扫描二维码关注公众号,回复: 5117932 查看本文章

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

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

猜你喜欢

转载自blog.csdn.net/u013452217/article/details/86688374
今日推荐