QtCreator选择新建项目类别,各项目类别介绍

    xiaoxiao2021-03-25  83

    》》Applications

    》Qt Widgets Application

    Use Qt Designer forms to design a Qt widget based user interface for the desktop and C++ to implement the application logic

    使用QtDesigner窗体设计基于桌面和c++实现应用程序逻辑的用户界面的Qt小部件

    》Qt Console Application

    Use a single main.cpp file

    使用一个main.cpp文件

    》Qt Quick Application

    Create a Qt Quick application that contains both QML and C++ code. The project includes a QQuickView. You can build the application and deploy it to desktop, embedded, and mobile target platforms.

    创建一个Qt快速应用程序包含QML和c++代码。该项目包括一个QQuickView。您可以构建应用程序并将其部署到桌面,嵌入式和移动目标平台。

    》Qt Quick Controls Application

    Create a Qt Quick application using Qt Quick Controls 2 (requires Qt 5.7 or later) or Qt Quick Controls.

    创建一个使用Qt快速控制2(需要Qt 5.7或更高版本)或Qt快速控制的Qt快速应用程序

    》Qt Canvas 3D Application

    Create a Qt Quick application that imports the Qt Canvas 3D module and, optionally, includes three.js.

    创建一个引入Qt3D画布,可选择包括three.js,的 Qt快速应用程序模块。

    》》Libraries

    C++ Library

    Shared or static C++ library based on qmake

    共享或静态基于qmakec++库

    Qt Quick 1 Extension Plugin

    C++ plugin that makes it possible to offer extensions that can be loaded dynamically into Qt Quick 1 applications by using the QDeclarativeEngine class

    c++插件可以提供扩展,可以动态加载到Qt快速1应用程序通过使用QDeclarativeEngine类

    Qt Quick 2 Extension Plugin

    C++ plugin that makes it possible to offer extensions that can be loaded dynamically into Qt Quick 2 applications by using the QQmlEngine class

    c++插件可以提供扩展,可以动态加载到Qt快速2应用程序通过使用QQmlEngine类

    Qt Creator Plugin

    创建一个自定义QtCreator的插件

    转载请注明原文地址: https://ju.6miu.com/read-39186.html

    最新回复(0)