34aead295c
The Qt QML Viewer is a tool for loading QML documents that makes it easy to quickly develop and debug QML applications. It invokes the QML runtime to load QML documents and also includes additional features useful for the development of QML-based applications. WWW: http://qt-project.org/doc/qt-4.8/qmlviewer.html
12 lines
605 B
Text
12 lines
605 B
Text
Qt is a C++ toolkit for application development. It lets application
|
|
developers target all major operating systems with a single application
|
|
source code.
|
|
|
|
Qt provides a platform-independent API to all central platform functionality:
|
|
GUI, database access, networking, file handling, etc. The Qt library
|
|
encapsulates the different APIs of different operating systems, providing
|
|
the application programmer with a single, common API for all operating systems.
|
|
The native C APIs are encapsulated in a set of well-designed, fully
|
|
object-oriented C++ classes.
|
|
|
|
WWW: http://qt.nokia.com/products/qt/index.html
|