Difference between revisions of "QT"

From air
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
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]
 

Latest revision as of 12: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.