QT: Difference between revisions

From air
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
http://developer.qt.nokia.com/wiki
http://developer.qt.nokia.com/wiki


QML(Qt Meta-Object Language) est basé sur Javascript. Ce langage permet de construire de manière déclarative des applications de type interface utilisateur.
[[http://en.wikipedia.org/wiki/QML QML]](Qt Meta-Object Language) est basé sur Javascript. Ce langage permet de construire de manière déclarative des applications de type interface utilisateur.
[QML http://en.wikipedia.org/wiki/QML]

Revision as of 10:07, 22 March 2011

Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.

Qt was initiated by Nokia but the recent deal between Nokia and Microsoft changes the perspective of Qt.

Qt Creator is a cross-platform IDE (integrated development environment) tailored to the needs of Qt developers.

http://developer.qt.nokia.com/wiki

[QML](Qt Meta-Object Language) est basé sur Javascript. Ce langage permet de construire de manière déclarative des applications de type interface utilisateur.