嵌入式GUI QT

关键词:嵌入式, QT


软件安装

https://download.qt.io/archive/qt/5.6/5.6.2/

qt-opensource-windows-x86-mingw492-5.6.2.exe


多平台

嵌入式GUI QT_第1张图片

Qt Support

– User Interface

– Declarative UI, animation, gestures, multi-touch, 3D (OpenGL)

– Web (Chromium-based) & JavaScript engine included

– Multimedia (audio, video), Sensors, Bluetooth, Positioning

– Networking, XML

– SQL, files, app settings

– Container classes, object communication, threading, unit testing

– doc.qt.io/qt-5/qtmodules.html


Qt Creator

– One-click deployment to desktop, iOS, Android, WP

– Syntax highlighting, autocompletion

– UI Designer

– Static code analyser

– Profiler

嵌入式GUI QT_第2张图片

实例

Qt C++制作贪吃蛇游戏

http://blog.csdn.net/u011314012/article/details/49368597

 

《Qt 学习之路 2》目录

https://www.devbean.net/2012/08/qt-study-road-2-catelog/

《Qt on Android核心编程》



你可能感兴趣的:(软件)