Support for Windows: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''English''' [[Support for Windows Japanese|日本語]]


=Support for Windows=


==Qt on Windows==
[[Category:Qt Supported Platforms]]
[[Category:Developing_with_Qt]]
 
 
'''English''' [[Support_for_Windows_Japanese | 日本語]]
 
 
 
== 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 ==


* [http://doc.qt.nokia.com/latest/supported-platforms.html Supported Windows platforms] ''[doc.qt.nokia.com]'' – Qt supports a wide range of Windows platforms.
* [http://doc.qt.io/qt-5/supported-platforms.html Supported Windows platforms] - Qt supports a wide range of Windows platforms.
* [http://doc.qt.nokia.com/latest/requirements-win.html Qt for Windows Requirements] ''[doc.qt.nokia.com]'' – Requirements for developing with Qt on Windows.
* [http://doc.qt.io/qt-5/windows-requirements.html Qt for Windows Requirements] - Requirements for developing with Qt on Windows.
* [http://doc.qt.nokia.com/latest/install-win.html Installing Qt for Windows] ''[doc.qt.nokia.com]'' – Build Qt for Windows development.
* [http://doc.qt.io/qt-5/windows-support.html Installing Qt for Windows] - Build Qt for Windows development.
* Platform and Compiler Notes [http://doc.qt.io/qt-4.8/windows-support.html Windows platform specific notes] ''[qt.io]''.
* Platform and Compiler Notes - [http://doc.qt.io/qt-5/windows-support.html Windows platform specific notes].
* [http://doc.qt.nokia.com/latest/gettingstarted.html Getting started] ''[doc.qt.nokia.com]'' – Getting started developing for Windows
* [http://doc.qt.io/qt-5/gettingstarted.html Getting started] - 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 <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 27: Line 33:
* 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/qt-5/ Qt documentation]


===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 <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]''
 
===Cross-platform development using Qt Creator===


[[Image:qtcreator-screenshots.png|Qt Creator]]
For more information, please see the [http://doc.qt.io/qt-5/ Qt documentation]


[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.
=== Cross-platform development using Qt Creator ===


===Visual Studio Add-in.===


The [http://doc.qt.nokia.com/vs-add-in-1.1.7/index.html Qt Visual Studio Add-in] ''[doc.qt.nokia.com]'' 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.
[http://doc.qt.io/qtcreator/ 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.


===Categories:===
=== Visual Studio Add-in. ===


* [[:Category:Developing with Qt|Developing_with_Qt]]
The [https://wiki.qt.io/QtVSAddin Qt Visual Studio Add-in] 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.
* [[:Category:Qt-Supported-Platforms|Qt Supported Platforms]]

Latest revision as of 11:26, 19 March 2015


English 日本語


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

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

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

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.

Visual Studio Add-in.

The Qt Visual Studio Add-in 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.