Support for Linux X11: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(clean-up)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
'''English''' [[Support for Linux X11 Japanese|日本語]]
[[Category:Qt Supported Platforms]]
 
== Qt on Linux/X11 ==
=Support for Linux/X11=
 
==Qt on Linux/X11==


Qt is a comprehensive application and UI framework for developing Linux/X11 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 X11 versions and other platforms.
Qt is a comprehensive application and UI framework for developing Linux/X11 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 X11 versions and other platforms.


==Getting Started on Linux/X11==
== Getting Started on Linux/X11 ==


* [[doc/qt-4.8/supported-platforms.html|Supported Linux/X11 platforms]] – Qt supports a wide range of Linux/X11 platforms.
* [http://doc.qt.io/qt-5/supported-platforms.html Supported Platforms] - Qt supports a wide range of Linux/X11 platforms.
* [http://doc.qt.nokia.com/latest/linuxx11-support.html Qt for X11 Requirements] ''[doc.qt.nokia.com]'' – Software required to run Qt on Linux/X11.
* [http://doc.qt.io/qt-5/linux-requirements.html lQt for X11 Requirements] - Software required to run Qt on Linux/X11.
* [http://doc.qt.nokia.com/latest/install-x11.html Installing Qt for X11 Platforms] ''[doc.qt.nokia.com]'' – Build Qt for Linux/X11 development.
* [http://doc.qt.io/qt-5/linux-deployment.html Installing Qt for X11 Platforms] - Build Qt for Linux/X11 development.
* [http://doc.qt.nokia.com/latest/platform-notes-x11.html Platform and Compiler Notes] ''[doc.qt.nokia.com]'' – X11 – Platform specific notes.
* [http://doc.qt.io/qt-5/gettingstarted.html Getting started]
* [http://doc.qt.nokia.com/latest/gettingstarted.html Getting started] ''[doc.qt.nokia.com]''


==Key Features for Linux/X11 Development==
== Key Features for Linux/X11 Development ==


===Integrated Development Tools===
=== Integrated Development Tools ===


Qt includes a set of integrated development tools to speed development on X11 platforms.
Qt includes a set of integrated development tools to speed development on X11 platforms.


* 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.
* Integration with Eclipse and KDevelop <span class="caps">IDE</span>s are also available.
* Integration with Eclipse and KDevelop IDEs are also available.
 
For more information, please see the [http://doc.qt.nokia.com/latest/ Qt documentation] ''[doc.qt.nokia.com]''


===Cross-platform development using Qt Creator===
For more information, please see the [http://doc.qt.io/ Qt documentation]


[[Image:qtcreator-screenshots.png|Qt Creator]]
=== Cross-platform development using 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.
[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.


===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 44: Line 38:
* 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]''
 
===Qt is the Foundation of <span class="caps">KDE</span>===
 
Qt is best known in the Linux community as the basis for the <span class="caps">KDE</span> desktop environment. Almost everything in <span class="caps">KDE</span> is based on Qt, and Qt forms the foundation for thousands of open source <span class="caps">KDE</span> applications developed by community members worldwide.


===Categories:===
For more information, please see the [http://doc.qt.io Qt documentation]


* [[:Category:Qt-Supported-Platforms|Qt Supported Platforms]]
=== Qt is the Foundation of KDE ===

Latest revision as of 15:24, 24 March 2016

Qt on Linux/X11

Qt is a comprehensive application and UI framework for developing Linux/X11 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 X11 versions and other platforms.

Getting Started on Linux/X11

Key Features for Linux/X11 Development

Integrated Development Tools

Qt includes a set of integrated development tools to speed development on X11 platforms.

  • 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.
  • Integration with Eclipse and KDevelop IDEs are also available.

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.

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

Qt is the Foundation of KDE