Support for macOS: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine links)
(OS X => macOS)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
{{LangSwitch}}
[[Category:macOS]]
== Qt on macOS ==


[[Category:Qt Supported Platforms]]
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.


'''English''' [[Support_for_Mac_OS_X_Japanese|日本語]]
== Getting Started on macOS ==


= Support for OS X =
* [http://doc.qt.io/qt-5/osx.html Qt for macOS]
* [http://doc.qt.io/qt-5/supported-platforms.html Supported platforms]


== Qt on OS X ==
== Key Features for macOS Development ==
 
Qt is a comprehensive application and UI framework for developing OS X 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 OS X ==
 
* [http://doc.qt.nokia.com/latest/supported-platforms.html Supported OS X platforms] - Qt supports a wide range of OS X platform variants.
* [http://doc.qt.nokia.com/latest/requirements-mac.html Qt for OS X Requirements] - Software required to run Qt on OS X.
* [http://doc.qt.nokia.com/latest/install-mac.html Installing Qt for OS X Platforms] - Build Qt for OS X development.
* [http://doc.qt.nokia.com/latest/gettingstarted.html Getting started]
 
== Key Features for OS X Development ==


=== Integrated Development Tools ===
=== Integrated Development Tools ===


Qt includes a set of integrated development tools to speed development on the OS X platform.
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.
Line 28: Line 20:
* Qt Assistant is a customizable HTML help file reader providing the complete Qt documentation offline.
* Qt Assistant is a customizable HTML help file reader providing the complete Qt documentation offline.


For more information, please see the [http://doc.qt.nokia.com/latest/ Qt documentation]
For more information, please see the [http://doc.qt.io/ latest Qt documentation]


=== Cross-platform development using Qt Creator ===
=== Cross platform development using Qt Creator ===


[[Image:http://doc.qt.nokia.com/qtcreator-snapshot/images/qtcreator-screenshots.png|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.


[http://doc.qt.nokia.com/qtcreator-snapshot/index.html 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 ===
Rich Class Library


The Qt class library includes all the functionality needed to build advanced GUI applications.
The Qt class library includes all the functionality needed to build advanced GUI applications.
Line 48: Line 39:
* ECMA standard scripting engine
* ECMA standard scripting engine


For more information, please see the [http://doc.qt.nokia.com/latest/ Qt documentation]
For more information, please see the [http://doc.qt.io/ latest Qt documentation].


=== Supports Intel Hardware and Universal Binaries ===
=== Supports Intel Hardware and Universal Binaries ===

Latest revision as of 20:42, 16 February 2017

En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh

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.