First acquainted with the Qt Creator installation of Qt

1. Introduction to Qt

Qt is a cross-platform C++ development library, mainly used to develop graphical user interface programs. Those who are familiar with MFC know that MFC is Microsoft's basic class library and a framework for developing applications. Similar to Qt, it can also be called a graphical user program, but Qt is more powerful and convenient. Today, let’s introduce one of the Qt development environments, Qt Creator, and demonstrate the installation steps.

2. Introduction to Qt Creator

Qt Creator is a cross-platform Qt IDE with practical functions and easy operation. As a new lightweight integrated development environment (IDE), Qt Creator can not only run across platforms , including Linux, Mac and Windows systems. Qt Creator brings together a version control system and a visual editor to bring convenience to users.

From the introduction of Qt Creator, you can see its powerful features:
1. Cross-platform
2. Practical functions and easy operation
3. Visual editor

Three.Qt Creator installation steps

Download the Qt Creator installation package from the Internet.
Insert picture description here
Double-click the installer exe, and the following screen will pop up.
Insert picture description here
Click Next to go to the following screen
Insert picture description here
to set up your account, or click skip to complete the installation first. I will Skip first and set the installation path (must be installed in the English name Path), click Next.
Insert picture description here
After agree to the license, click Next to
Insert picture description here
continue Click Next
Insert picture description here
Click Install to
Insert picture description here
wait for the installation to complete
Insert picture description here
the installation is complete, click Next
Insert picture description here
installation is successful, run Qt Creator
Insert picture description here
following screen appears to indicate a successful installation
Insert picture description here
steps Qt Creator is installed on the first presentation here, the back will start the presentation Use Qt Creator for example programming.

Guess you like

Origin blog.csdn.net/baidu_41191295/article/details/115312882