QT Download and installation

Source: Internet
Author: User
Tags qt designer

Qt Download and Installation

are very simple , can be downloaded to the official website:

    • The latest version is: http://www.qt.io/download-open-source/#section-2

    • The old version is: http://download.qt.io/archive/qt/(there are various distributions of Q's T)



There are three ways to install Qt:

    • can be Online Installation
    • can download Offline Installation Package,
    • can also own in locally compiled source code .
    • For simplicity, it is recommended that you download the offline installation package.


Qt is based on the C + + language, and for Windows, the compiler can be MinGW or VS. as shown in the following:



The

linux's build environment is ported to a version under Windows called MinGW, and you can think of MinGW primarily containing the GCC compiler. The
GCC, although it can be used under Windows, does not expect it to perform well, and it is recommended to compile with VS when releasing the software.
The installation of QT requires an account login, if not, free registration can be.

After the installation Qt consists of the following parts:
1) QT Library: This is QT's repository, which is the core of QT.

2) qt Creator: A lightweight IDE based on QT Development, QT was introduced after Nokia acquisition, the latest version is 3.5.1, very useful.

Although it is also possible to develop QT programs with other Ides such as VS, we still recommend Qt Creator, an IDE that is officially built specifically for QT development.

Qt Creator are cross-platform and do not need to re-learn the IDE's use after changing the platform.

3) The Qt DESIGNER:QT program UI Designer. With Qt Designer, even if you do not write code, drag-and-drop can also develop a simple GUI program, and can preview the program interface in a timely manner (without compiling).

4) QT ASSISTANT:QT help tool, including QT tutorials, examples, class reference manuals, module introduction, etc., is the official QT information, similar to MSDN. To learn Qt, be sure to use Assistant to find information.

5) QT LINGUIST:QT is an international tool for QT, which makes it easy to translate text from the interface into other languages, allowing programs to support multiple languages for global users.

QT Download and installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.