Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Qt (software)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== Qt essentials ==== {|class="wikitable" |- !style="width:12em"|Module !Description |- | '''Qt Core''' |The only required Qt module, containing classes used by other modules, including the meta-object system, concurrency and threading, containers, event system, plugins and I/O facilities. |- |'''Qt GUI''' |The central GUI module. In Qt 5 this module now depends on [[OpenGL]], but no longer contains any widget classes. |- |'''Qt Widgets''' |Contains classes for classic widget based GUI applications and the QSceneGraph classes. Was split off from '''QtGui''' in Qt 5. |- |'''Qt QML''' |Module for [[QML]] and [[JavaScript]] languages. |- |'''Qt Quick''' |The module for GUI applications written using QML2. |- |'''Qt Quick Controls''' |Widget like controls for '''Qt Quick''' intended mainly for desktop applications. |- |'''Qt Quick Layouts''' |Layouts for arranging items in '''Qt Quick'''. |- |'''Qt Network''' |Network abstraction layer. Complete with support for [[Transmission Control Protocol|TCP]], [[User Datagram Protocol|UDP]], [[HTTP]], [[Transport Layer Security|TLS]], [[Secure Sockets Layer|SSL]] (in Qt 4) and [[SPDY]] (since Qt 5.3). |- |'''Qt Multimedia''' |Classes for audio, video, radio and camera functionality. |- |'''Qt Multimedia Widgets''' |The widgets from '''Qt Multimedia'''. |- |'''Qt SQL''' |Contains classes for database integration using [[SQL]]. |- |'''Qt WebEngine''' |A new set of Qt Widget and QML webview APIs based on [[Chromium (web browser)|Chromium]]. |- |'''Qt Test''' |Classes for unit testing Qt applications and libraries. |}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)