Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Support for Linux X11: Difference between revisions
AutoSpider (talk | contribs) (Convert ExpressionEngine links) |
(Fixed links) |
||
Line 13: | Line 13: | ||
== Getting Started on Linux/X11 == | == Getting Started on Linux/X11 == | ||
* | * [http://doc.qt.io/qt-5/supported-platforms.html Supported Platforms] - Qt supports a wide range of Linux/X11 platforms. | ||
* [http://doc.qt. | * [http://doc.qt.io/qt-5/linux-requirements.html lQt for X11 Requirements] - Software required to run Qt on Linux/X11. | ||
* [http://doc.qt. | * [http://doc.qt.io/qt-5/linux-deployment.html Installing Qt for X11 Platforms] - Build Qt for Linux/X11 development. | ||
* [http://doc.qt. | * [http://doc.qt.io/qt-5/gettingstarted.html Getting started] | ||
== Key Features for Linux/X11 Development == | == Key Features for Linux/X11 Development == |
Revision as of 15:22, 24 March 2016
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
English 日本語
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.
Getting Started on Linux/X11
- Supported Platforms - Qt supports a wide range of Linux/X11 platforms.
- lQt for X11 Requirements - Software required to run Qt on Linux/X11.
- Installing Qt for X11 Platforms - Build Qt for Linux/X11 development.
- Getting started
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