Qt-5.14.2 example

官方历程很丰富,modbus、串口、chart图表、3D、视频

共享方便使用

Building and Running an Example

You can test that your Qt installation is successful by opening an existing example application project.

To run an example application on an Android or iOS device, you must set up the development environment for Android or iOS. For more information, see Connecting Android Devices and Connecting iOS Devices.

To run an example application on an embedded device, you must set up Qt for Device Creation on the development host and create connections between the host and devices. For more information, see the Installation Guide in the Qt for Device Creation documentation.

In the Welcome mode, select Examples (1).

If no examples are listed, check that a Qt version is installed and configured.

Select an example in the list of examples.

You can also search for examples. Enter the android or ios keyword in the search field (2) to list all the examples tested for Android or iOS. To list examples that you can run on embedded devices, enter the Boot2Qt keyword in the search field (commercial only).

To check that the application code can be compiled and linked for a device, click the Kit Selector and select a kit for the device.

If you installed Qt Creator as part of a Qt installation, it should have automatically detected the installed kit. If no kits are available, see Adding Kits.

Click  (Run) to build and run the application.

To see the compilation progress, press Alt+4 to open the Compile Output pane.

If build errors occur, check that a Qt version and compiler are installed and configured and that the necessary kits are configured. If you are building for an Android device or iOS device, check that the development environment has been set up correctly.

The Build progress bar on the toolbar turns green when the project is successfully built. The application opens on the device.

相关推荐
2401_8979083141 分钟前
2019-Android-高级面试题总结-从java语言到AIDL使用与原理
android·java·开发语言
fancc椰1 小时前
STL—stack与queue
开发语言·c++
咔咔库奇1 小时前
【three.js】纹理贴图
开发语言·javascript·three.js·贴图·three
mikey棒棒棒1 小时前
RabbitMQ-消息可靠性以及延迟消息
java·开发语言·中间件·rabbitmq·消息可靠性·死信交换机·惰性队列
MasterNeverDown1 小时前
RabbitMQ踩坑- RabbitMQ service is already present
开发语言·后端
m0_672449602 小时前
Java日志配置
java·开发语言·单元测试
*TQK*2 小时前
C++范围基 for 循环
java·开发语言
myshare20222 小时前
Java开发提速秘籍:巧用Apache Commons Lang工具库
java·开发语言
小白的一叶扁舟2 小时前
Go之Walk框架详解
开发语言·后端·信息可视化·golang
知星小度S3 小时前
今天你学C++了吗?——C++中的STL
开发语言·c++