Support for macOS: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''English''' [[Support for Mac OS X Japanese|日本語]]
[[Category:Qt Supported Platforms]]


=Support for OS X=
'''English''' [[Support_for_Mac_OS_X_Japanese|日本語]]


==Qt on OS X==
= Support for OS X =
 
== Qt on OS X ==


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.
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==
== Getting Started on OS X ==


* [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.
* "Supported OS X platforms":http://doc.qt.nokia.com/latest/supported-platforms.html - Qt supports a wide range of OS X platform variants.
* [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.
* "Qt for OS X Requirements":http://doc.qt.nokia.com/latest/requirements-mac.html - 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.
* "Installing Qt for OS X Platforms":http://doc.qt.nokia.com/latest/install-mac.html - Build Qt for OS X development.
* [http://doc.qt.nokia.com/latest/gettingstarted.html Getting started] ''[doc.qt.nokia.com]''
* "Getting started":http://doc.qt.nokia.com/latest/gettingstarted.html  


==Key Features for OS X Development==
== 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 OS X platform.


* Qt Designer provides a drag and drop visual <span class="caps">GUI</span> builder.
* Qt Designer provides a drag and drop visual GUI 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 &quot;Qt documentation&amp;quot;:http://doc.qt.nokia.com/latest/


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


[[Image:qtcreator-screenshots.png|Qt Creator]]
[[Image:http://doc.qt.nokia.com/qtcreator-snapshot/images/qtcreator-screenshots.png|Qt Creator]]


[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
&quot;Qt Creator&amp;quot;:http://doc.qt.nokia.com/qtcreator-snapshot/index.html 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.<br />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 42:
* 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 &quot;Qt documentation&amp;quot;:http://doc.qt.nokia.com/latest/


===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]]

Revision as of 14:25, 23 February 2015


English 日本語

Support for OS X

Qt on OS X

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

Key Features for OS X Development

Integrated Development Tools

Qt includes a set of integrated development tools to speed development on the OS X 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 "Qt documentation&quot;:http://doc.qt.nokia.com/latest/

Cross-platform development using Qt Creator

Qt Creator

"Qt Creator&quot;:http://doc.qt.nokia.com/qtcreator-snapshot/index.html 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 "Qt documentation&quot;:http://doc.qt.nokia.com/latest/

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.