Support for Windows: 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 Windows Japanese|日本語]]
[[Category:Qt Supported Platforms]]<br />[[Category:Developing_with_Qt]]<br />[toc align_right=&quot;yes&amp;quot; depth=&quot;3&amp;quot;]


=Support for Windows=
'''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 ==


* [http://doc.qt.nokia.com/latest/supported-platforms.html Supported Windows platforms] ''[doc.qt.nokia.com]'' – Qt supports a wide range of Windows platforms.
* &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.nokia.com/latest/requirements-win.html Qt for Windows Requirements] ''[doc.qt.nokia.com]'' – Requirements for developing with Qt on Windows.
* &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.nokia.com/latest/install-win.html Installing Qt for Windows] ''[doc.qt.nokia.com]'' – Build Qt for Windows development.
* &quot;Installing Qt for Windows&amp;quot;:http://doc.qt.nokia.com/latest/install-win.html - 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 - &quot;Windows platform specific notes&amp;quot;:http://doc.qt.io/qt-4.8/windows-support.html.
* [http://doc.qt.nokia.com/latest/gettingstarted.html Getting started] ''[doc.qt.nokia.com]'' – Getting started developing for Windows
* &quot;Getting started&amp;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 <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 29:
* 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/


===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 &quot;Qt documentation&amp;quot;:http://doc.qt.nokia.com/latest/


[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.===
[[Image:http://doc.qt.nokia.com/qtcreator-snapshot/images/qtcreator-screenshots.png|Qt Creator]]


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


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


* [[:Category:Developing with Qt|Developing_with_Qt]]
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.
* [[:Category:Qt-Supported-Platforms|Qt Supported Platforms]]

Revision as of 14:42, 23 February 2015



[toc align_right="yes&quot; depth="3&quot;]

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

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&quot;: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&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.

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.