Support for macOS: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(OS X => macOS)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''English''' [[Support for Mac OS X Japanese|日本語]]
{{LangSwitch}}
[[Category:macOS]]
== Qt on macOS ==


=Support for OS X=
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.


==Qt on OS X==
== Getting Started on macOS ==


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.
* [http://doc.qt.io/qt-5/osx.html Qt for macOS]
* [http://doc.qt.io/qt-5/supported-platforms.html Supported platforms]


==Getting Started on OS X==
== Key Features for macOS Development ==


* [http://doc.qt.nokia.com/latest/supported-platforms.html Supported OS X platforms] ''[doc.qt.nokia.com]'' – Qt supports a wide range of OS X platform variants.
=== Integrated Development Tools ===
* [http://doc.qt.nokia.com/latest/requirements-mac.html Qt for OS X Requirements] ''[doc.qt.nokia.com]'' – Software required to run Qt on OS X.
* [http://doc.qt.nokia.com/latest/install-mac.html Installing Qt for OS X Platforms] ''[doc.qt.nokia.com]'' – Build Qt for OS X development.
* [http://doc.qt.nokia.com/latest/gettingstarted.html Getting started] ''[doc.qt.nokia.com]''


==Key Features for OS X Development==
Qt includes a set of integrated development tools to speed development on the macOS platform.


===Integrated Development Tools===
* Qt Designer provides a drag and drop visual GUI builder.
 
Qt includes a set of integrated development tools to speed development on the OS X platform.
 
* Qt Designer provides a drag and drop visual <span class="caps">GUI</span> builder.
* Qt Linguist provides internationalization and translation features.
* Qt Linguist provides internationalization and translation features.
* Qt Assistant is a customizable <span class="caps">HTML</span> 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] ''[doc.qt.nokia.com]''
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: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] ''[doc.qt.nokia.com]'' is a complete Cross-platform <span class="caps">IDE</span> included in the Qt <span class="caps">SDK</span>. The <span class="caps">IDE</span> allows programmers to create, build, debug and run Qt applications accross all supported platforms.<br /> Rich Class Library
=== Rich Class Library ===


The Qt class library includes all the functionality needed to build advanced <span class="caps">GUI</span> applications.
The Qt class library includes all the functionality needed to build advanced GUI applications.


* Complete set of customizable UI controls/widgets
* Complete set of customizable UI controls/widgets
Line 40: Line 36:
* Integrated Phonon multimedia framework
* Integrated Phonon multimedia framework
* WebKit integration
* WebKit integration
* Networking, <span class="caps">XML</span> and database functionality
* Networking, XML and database functionality
* <span class="caps">ECMA</span> standard scripting engine
* ECMA standard scripting engine


For more information, please see the [http://doc.qt.nokia.com/latest/ Qt documentation] ''[doc.qt.nokia.com]''
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 ===


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.
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 <span class="caps">API</span>s.''
''Note: Qt also provides support for 64-bit applications on top of Cocoa APIs.''
 
===Categories:===
 
* [[:Category:Qt-Supported-Platforms|Qt Supported Platforms]]

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.