Qt Quick/it: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
m (AutoSpider moved page Qt Quick Italian to Qt Quick/it: Localisation)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Developing_with_Qt::Qt Quick]]<br />'''Italiano''' [[Qt_Quick_Russian|Русский]] [[Qt Quick (es)|Castellano]] [[Qt Quick (ca)|Català]] [[Qt_Quick|English]] [[Qt_Quick_es|Español]] [[Qt_Quick_Portuguese|Português]] [[Qt_Quick_Hungarian|Magyar]]
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
 
[[Category:Developing_with_Qt::Qt Quick]]
'''Italiano''' [[Qt_Quick_Russian|Русский]] [[Qt Quick (es)|Castellano]] [[Qt Quick (ca)|Català]] [[Qt_Quick|English]] [[Qt_Quick_es|Español]] [[Qt_Quick_Portuguese|Português]] [[Qt_Quick_Hungarian|Magyar]]


= Qt Quick (Qt User Interface Creation Kit) =
= Qt Quick (Qt User Interface Creation Kit) =


La nuova funzionalità chiave dei rilasci &quot;Qt 4.7&amp;quot;:http://doc.qt.nokia.com/4.7 e &quot;Qt Creator&amp;quot;:http://developer.qt.nokia.com/wiki/Category:Tools::QtCreator 2.1 è &quot;Qt Quick&amp;quot;:http://doc.qt.nokia.com/4.7/qtquick.html: 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:
La nuova funzionalità chiave dei rilasci [http://doc.qt.nokia.com/4.7 Qt 4.7] e [http://developer.qt.nokia.com/wiki/Category:Tools::QtCreator Qt Creator] 2.1 è [http://doc.qt.nokia.com/4.7/qtquick.html Qt Quick]: 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
# 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
Line 16: Line 19:
* Advanced QML editor with syntax highlighting, code completion, integrated help features and more
* 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 Designer: Visual WYSIWYG editor to create Qt Quick user interfaces (technical preview)
* Qt Quick Components: Common UI Elements that fit into platform Look &amp;amp; Feel
* Qt Quick Components: Common UI Elements that fit into platform Look & Feel


== QML rispetto alle GUI basate sui widget ==
== 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):<br />* using Qt Designer to create '''.ui files, a XML-based UI description<br />''' coding the setup of your UI in C++ with Qt widgets classes<br />* write or visually design (or modeling with Qt Creator 2.1) QML files
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 [[Tagging|tag]] &quot;qml vs widget&amp;quot;:http://developer.qt.nokia.com/search/tag/qml+vs+widget when searching and finding, thx :)
''The HowTo is still to be done'' but use the [[Tagging|tag]] [http://developer.qt.nokia.com/search/tag/qml+vs+widget qml vs widget] when searching and finding, thx :)


== Collegamenti ==
== Collegamenti ==


* &quot;Getting Started&amp;quot;:http://doc.qt.nokia.com/4.7-snapshot/qtquick.html
* [http://doc.qt.nokia.com/4.7-snapshot/qtquick.html Getting Started]
* &quot;Creating a Qt Quick Application&amp;quot;:http://doc.qt.nokia.com/qtcreator-2.1-snapshot/creator-qml-application.html
* [http://doc.qt.nokia.com/qtcreator-2.1-snapshot/creator-qml-application.html Creating a Qt Quick Application]
* &quot;Creating QML Components&amp;quot;:http://doc.qt.nokia.com/qtcreator-2.1-snapshot/quick-components.html
* [http://doc.qt.nokia.com/qtcreator-2.1-snapshot/quick-components.html Creating QML Components]
* &quot;Open Qt Quick Components&amp;quot;:http://developer.qt.nokia.com/wiki/QtQuickOpenComponents
* [http://developer.qt.nokia.com/wiki/QtQuickOpenComponents Open Qt Quick Components]
* &quot;Qt Quick sync meeting minutes&amp;quot;:http://developer.qt.nokia.com/wiki/QtQuickMinutes
* [http://developer.qt.nokia.com/wiki/QtQuickMinutes Qt Quick sync meeting minutes]
* &quot;Exporting QML from photoshop and GIMP&amp;quot;:labs.qt.nokia.com/2010/10/19/exporting-qml-from-photoshop-and-gimp/ - '''WIP'''
* "Exporting QML from photoshop and GIMP":labs.qt.nokia.com/2010/10/19/exporting-qml-from-photoshop-and-gimp/ - '''WIP'''
* &quot;QML UI examples on Forum Nokia&amp;quot;:https://projects.forum.nokia.com/qmluiexamples
* [https://projects.forum.nokia.com/qmluiexamples QML UI examples on Forum Nokia]

Latest revision as of 16:03, 16 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

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 e Qt Creator 2.1 è Qt Quick: 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:

  1. 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
  2. QML (Qt Meta-Object Language): un linguaggio dichiarativo di facile uso
  3. 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 when searching and finding, thx :)

Collegamenti