Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Support for macOS: Difference between revisions
m (Jake Petroules moved page Support for OS X to Support for macOS: Platform got renamed) |
(OS X => macOS) |
||
Line 1: | Line 1: | ||
{{LangSwitch}} | {{LangSwitch}} | ||
[[Category: | [[Category:macOS]] | ||
== Qt on | == Qt on macOS == | ||
Qt is a comprehensive application and UI framework for developing | Qt is a comprehensive application and UI framework for developing macOS applications that can also be deployed across many other desktop and embedded operating systems without rewriting the source code. Use the code from one single code-base and rebuild for all supported Windows versions and other platforms. | ||
== Getting Started on | == Getting Started on macOS == | ||
* [http://doc.qt.io/qt-5/osx.html Qt for | * [http://doc.qt.io/qt-5/osx.html Qt for macOS] | ||
* [http://doc.qt.io/qt-5/supported-platforms.html Supported platforms] | * [http://doc.qt.io/qt-5/supported-platforms.html Supported platforms] | ||
== Key Features for | == Key Features for macOS Development == | ||
=== Integrated Development Tools === | === Integrated Development Tools === | ||
Qt includes a set of integrated development tools to speed development on the | Qt includes a set of integrated development tools to speed development on the macOS platform. | ||
* Qt Designer provides a drag and drop visual GUI builder. | * Qt Designer provides a drag and drop visual GUI builder. |
Latest revision as of 20:42, 16 February 2017
Qt on macOS
Qt is a comprehensive application and UI framework for developing macOS applications that can also be deployed across many other desktop and embedded operating systems without rewriting the source code. Use the code from one single code-base and rebuild for all supported Windows versions and other platforms.
Getting Started on macOS
Key Features for macOS Development
Integrated Development Tools
Qt includes a set of integrated development tools to speed development on the macOS platform.
- Qt Designer provides a drag and drop visual GUI builder.
- Qt Linguist provides internationalization and translation features.
- Qt Assistant is a customizable HTML help file reader providing the complete Qt documentation offline.
For more information, please see the latest Qt documentation
Cross platform development using Qt Creator
Qt Creator is a complete cross platform IDE included in the Qt SDK. The IDE allows programmers to create, build, debug and run Qt applications accross all supported platforms.
Rich Class Library
The Qt class library includes all the functionality needed to build advanced GUI applications.
- Complete set of customizable UI controls/widgets
- 3D graphics support with OpenGL integration
- Powerful multi-threading features
- 2D graphics canvas capable of handling millions of items
- Integrated Phonon multimedia framework
- WebKit integration
- Networking, XML and database functionality
- ECMA standard scripting engine
For more information, please see the latest Qt documentation.
Supports Intel Hardware and Universal Binaries
Qt is written without making assumptions about the number representation, endianness or architecture of the underlying processor. To support Intel hardware on the Apple platforms, Qt customers simply need to recompile their apps.
Note: Qt also provides support for 64-bit applications on top of Cocoa APIs.