Support for Windows: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Qt Supported Platforms]]<br />[[Category:Developing_with_Qt]]<br />[toc align_right="yes&quot; depth="3&quot;] | |||
'''English''' [[Support_for_Windows_Japanese | 日本語]] | |||
==Qt on Windows== | = Support for Windows = | ||
== Qt on Windows == | |||
Qt is a comprehensive application and UI framework for developing Windows 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 Windows 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 Windows== | == Getting Started on Windows == | ||
* | * "Supported Windows platforms&quot;:http://doc.qt.nokia.com/latest/supported-platforms.html - Qt supports a wide range of Windows platforms. | ||
* | * "Qt for Windows Requirements&quot;:http://doc.qt.nokia.com/latest/requirements-win.html - Requirements for developing with Qt on Windows. | ||
* | * "Installing Qt for Windows&quot;:http://doc.qt.nokia.com/latest/install-win.html - Build Qt for Windows development. | ||
* Platform and Compiler Notes | * Platform and Compiler Notes - "Windows platform specific notes&quot;:http://doc.qt.io/qt-4.8/windows-support.html. | ||
* | * "Getting started&quot;:http://doc.qt.nokia.com/latest/gettingstarted.html - Getting started developing for Windows | ||
==Key Features for Windows Development== | == Key Features for Windows Development == | ||
===Rich Class Library=== | === Rich Class Library === | ||
The Qt class library includes all the functionality needed to build advanced | 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 27: | Line 29: | ||
* Integrated Phonon multimedia framework | * Integrated Phonon multimedia framework | ||
* WebKit integration | * WebKit integration | ||
* Networking, | * Networking, XML and database functionality | ||
* | * ECMA standard scripting engine | ||
For more information, please see the | For more information, please see the "Qt documentation&quot;:http://doc.qt.nokia.com/latest/ | ||
===Integrated Development Tools=== | === Integrated Development Tools === | ||
Qt includes a set of integrated development tools to speed development on the Windows platform. | Qt includes a set of integrated development tools to speed development on the Windows platform. | ||
* Qt Designer provides a drag and drop visual | * 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 | * 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 === | |||
[[Image:http://doc.qt.nokia.com/qtcreator-snapshot/images/qtcreator-screenshots.png|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. | |||
=== | === Visual Studio Add-in. === | ||
The "Qt Visual Studio Add-in&quot;:http://doc.qt.nokia.com/vs-add-in-1.1.7/index.html allows programmers to create, build, debug and run Qt applications from within Microsoft Visual Studio 2005, 2008 and 2010. The add-in contains project wizards, Qt project import/export support, integrated Qt resource manager and automated build setup for the Qt Meta-Object Compiler, User Interface Compiler, and Resource Compiler. | |||
Revision as of 14:42, 23 February 2015
[toc align_right="yes" depth="3"]
English 日本語
Support for Windows
Qt on Windows
Qt is a comprehensive application and UI framework for developing Windows 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 Windows
- "Supported Windows platforms":http://doc.qt.nokia.com/latest/supported-platforms.html - Qt supports a wide range of Windows platforms.
- "Qt for Windows Requirements":http://doc.qt.nokia.com/latest/requirements-win.html - Requirements for developing with Qt on Windows.
- "Installing Qt for Windows":http://doc.qt.nokia.com/latest/install-win.html - Build Qt for Windows development.
- Platform and Compiler Notes - "Windows platform specific notes":http://doc.qt.io/qt-4.8/windows-support.html.
- "Getting started":http://doc.qt.nokia.com/latest/gettingstarted.html - Getting started developing for Windows
Key Features for Windows Development
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 or Direct3D
- 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":http://doc.qt.nokia.com/latest/
Integrated Development Tools
Qt includes a set of integrated development tools to speed development on the Windows 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":http://doc.qt.nokia.com/latest/
Cross-platform development using Qt Creator
"Qt Creator":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.
Visual Studio Add-in.
The "Qt Visual Studio Add-in":http://doc.qt.nokia.com/vs-add-in-1.1.7/index.html allows programmers to create, build, debug and run Qt applications from within Microsoft Visual Studio 2005, 2008 and 2010. The add-in contains project wizards, Qt project import/export support, integrated Qt resource manager and automated build setup for the Qt Meta-Object Compiler, User Interface Compiler, and Resource Compiler.