Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Qt Quick/it
Italiano Русский Castellano Català English Español Português Magyar
Qt Quick (Qt User Interface Creation Kit)
La nuova funzionalità chiave dei rilasci Qt 4.7 [doc.qt.nokia.com] e Qt Creator [developer.qt.nokia.com] 2.1 è Qt Quick [doc.qt.nokia.com]: una tecnologia per UI di alto livello che permette a sviluppatori e progettisti di UI di lavorare assieme nella creazione di UI animate e applicazioni leggere con gestione dell’interfaccia a schermo tattile. Include:
- Nuovi strumenti nell’IDE Qt Creator: comprendono un editor visuale che permette ai progettisti di UI e ai programmatori di cooperare, lavorando sullo stesso codice con un approccio iterativo
- QML (Qt Meta-Object Language): un linguaggio dichiarativo di facile uso
- QtDeclarative: un nuovo modulo della libreria Qt che abilita un nuovo approccio dicharativo alla programmazione
Inoltre, sebbene non servano abilità di programmazione in C++ per usare Qt Quick, è basato al 100% su Qt e può essere esteso in C++ (e in altri linguaggi, grazie ai binding), con i soli limiti della tua creatività.
Ambito (Qt Creator 2.1 e Quick)
- QML project wizard and project management (new file format for pure QML applications)
- Advanced QML editor with syntax highlighting, code completion, integrated help features and more
- Qt Quick Designer: Visual WYSIWYG editor to create Qt Quick user interfaces (technical preview)
- Qt Quick Components: Common UI Elements that fit into platform Look & Feel
QML rispetto alle GUI basate sui widget
Qt beginners often ask: What option will be the best for creating my user interface. With Qt there are 3 techniques (wich can be integrated):
- using Qt Designer to create *.ui files, a XML-based UI description
- coding the setup of your UI in C++ with Qt widgets classes
- write or visually design (or modeling with Qt Creator 2.1) QML files
The HowTo is still to be done but use the tag qml vs widget [developer.qt.nokia.com] when searching and finding, thx :)
Collegamenti
- Getting Started [doc.qt.nokia.com]
- Creating a Qt Quick Application [doc.qt.nokia.com]
- Creating QML Components [doc.qt.nokia.com]
- Open Qt Quick Components [developer.qt.nokia.com]
- Qt Quick sync meeting minutes [developer.qt.nokia.com]
- Exporting QML from photoshop and GIMP – WIP
- QML UI examples on Forum Nokia [projects.forum.nokia.com]
- Qt Quick Tutorial [developer.qt.nokia.com]