Rilis baru Qt 4.7 framework developer C++ multiplatform
Padahal baru aja kemaren donlot Qt Versi 4.6 — eh malam ini dapet pesan dari Alexandra Leisse bahwa Qt 4.7 telah dirilis, dan telah tersedia untuk di unduh dari situs http://get.qt.nokia.com/.
Berdasarkan pesan yang saya terima mengenai rilis terbaru dari Qt 4.7 adalah developer/pengembang diberi kesempatan untuk membuat aplikasi yang dapat disentuh untuk berbagai platform yang mensupport Qt.
Qt 4.7 memperkenalkan fitur QML (Qt Meta-Object Language), QML merupakan bahasa deklarasi yang digunakan untuk melukiskan tampilan sebuah program : seperti program itu seperti apa, dan bagaimana program itu dibentuk. Dalam QML, sebuah tampilan dispesifikasikan sebagai “tree” dari sebuah “object” dengan “properties”. QML juga memiliki performance yang baik, terutama untuk QtWebkit, integrasi dengan Visual Studio pada Qt 4.7 telah di “update” dan merupakan salah satu rilis utama dari Qt 4.7 untuk menghasilkan hasil yang lebih baik dalam performa dan stabilitas.
Masih penasaran?? DOWNLOAD IT TODAY! from here http://get.qt.nokia.com/.
To learn more about Qt 4.7 and to download the packages please go to http://qt.nokia.com/whatsnew or visit us in person at Qt Developer Days 2010 http://qt.nokia.com/qtdevdays2010
QML is a declarative language designed to describe the user interface of a program: both what it looks like, and how it behaves. In QML, a user interface is specified as a tree of objects with properties.
This introduction is meant for those with little or no programming experience. JavaScript is used as a scripting language in QML, so you may want to learn a bit more about it (JavaScript: The Definitive Guide) before diving deeper into QML. It’s also helpful to have a basic understanding of other web technologies like HTML and CSS, but it’s not required.


