Support for Windows: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Qt Supported Platforms]]<br />[[Category:Developing_with_Qt]]<br />[toc align_right=&quot;yes&amp;quot; depth=&quot;3&amp;quot;]
 
 
[[Category:Qt Supported Platforms]]
[[Category:Developing_with_Qt]]
 


'''English''' [[Support_for_Windows_Japanese | 日本語]]
'''English''' [[Support_for_Windows_Japanese | 日本語]]


= Support for Windows =
 


== Qt on Windows ==
== Qt on Windows ==
Line 11: Line 15:
== Getting Started on Windows ==
== Getting Started on Windows ==


* &quot;Supported Windows platforms&amp;quot;:http://doc.qt.nokia.com/latest/supported-platforms.html - 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.
* &quot;Qt for Windows Requirements&amp;quot;:http://doc.qt.nokia.com/latest/requirements-win.html - 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.
* &quot;Installing Qt for Windows&amp;quot;:http://doc.qt.nokia.com/latest/install-win.html - 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 - &quot;Windows platform specific notes&amp;quot;:http://doc.qt.io/qt-4.8/windows-support.html.
* Platform and Compiler Notes - [http://doc.qt.io/qt-5/windows-support.html Windows platform specific notes].
* &quot;Getting started&amp;quot;:http://doc.qt.nokia.com/latest/gettingstarted.html - 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 ==
Line 32: Line 36:
* ECMA standard scripting engine
* ECMA standard scripting engine


For more information, please see the &quot;Qt documentation&amp;quot;:http://doc.qt.nokia.com/latest/
For more information, please see the [http://doc.qt.io/qt-5/ Qt documentation]


=== Integrated Development Tools ===
=== Integrated Development Tools ===
Line 42: Line 46:
* 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 &quot;Qt documentation&amp;quot;:http://doc.qt.nokia.com/latest/
For more information, please see the [http://doc.qt.io/qt-5/ 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]]


&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.
[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.


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


The &quot;Qt Visual Studio Add-in&amp;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.
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.

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.