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

来源:互联网 发布:苹果手机朗读软件 编辑:程序博客网 时间:2024/05/18 03:14

》》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的插件



0 0
原创粉丝点击