Support for Linux X11: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Qt Supported Platforms]] | |||
'''English''' [[Support_for_Linux_X11_Japanese|日本語]] | |||
==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 == | ||
* | * "Supported Linux/X11 platforms":/doc/qt-4.8/supported-platforms.html - Qt supports a wide range of Linux/X11 platforms. | ||
* | * "Qt for X11 Requirements":http://doc.qt.nokia.com/latest/linuxx11-support.html - Software required to run Qt on Linux/X11. | ||
* | * "Installing Qt for X11 Platforms":http://doc.qt.nokia.com/latest/install-x11.html - Build Qt for Linux/X11 development. | ||
* | * "Platform and Compiler Notes":http://doc.qt.nokia.com/latest/platform-notes-x11.html - X11 - Platform specific notes. | ||
* | * "Getting started":http://doc.qt.nokia.com/latest/gettingstarted.html | ||
==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 | * 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 | * Qt Assistant is a customizable HTML help file reader providing the complete Qt documentation offline. | ||
* Integration with Eclipse and KDevelop | * Integration with Eclipse and KDevelop IDEs are also available. | ||
For more information, please see the | For more information, please see the "Qt documentation":http://doc.qt.nokia.com/latest/ | ||
===Cross-platform development using Qt Creator=== | === Cross-platform development using Qt Creator === | ||
[[Image:qtcreator-screenshots.png|Qt Creator]] | [[Image:http://doc.qt.nokia.com/qtcreator-snapshot/images/qtcreator-screenshots.png|Qt Creator]] | ||
"Qt Creator":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. | |||
===Rich Class Library=== | === Rich Class Library === | ||
The Qt class library includes all the functionality needed to build advanced | 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 46: | ||
* Integrated Phonon multimedia framework | * Integrated Phonon multimedia framework | ||
* WebKit integration | * WebKit integration | ||
* Networking, | * Networking, XML and database functionality | ||
* | * ECMA standard scripting engine | ||
For more information, please see the "Qt documentation":http://doc.qt.nokia.com/latest/ | |||
=== Qt is the Foundation of KDE === |
Revision as of 09:28, 24 February 2015
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 Linux/X11 platforms":/doc/qt-4.8/supported-platforms.html - Qt supports a wide range of Linux/X11 platforms.
- "Qt for X11 Requirements":http://doc.qt.nokia.com/latest/linuxx11-support.html - Software required to run Qt on Linux/X11.
- "Installing Qt for X11 Platforms":http://doc.qt.nokia.com/latest/install-x11.html - Build Qt for Linux/X11 development.
- "Platform and Compiler Notes":http://doc.qt.nokia.com/latest/platform-notes-x11.html - X11 - Platform specific notes.
- "Getting started":http://doc.qt.nokia.com/latest/gettingstarted.html
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":http://doc.qt.nokia.com/latest/
Cross-platform development using Qt Creator
"Qt Creator":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.
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":http://doc.qt.nokia.com/latest/