QtQuick 1.1 is a minor feature update. import QtQuick 1.1 to use the new features.
PinchArea provides support for the common two finger pinch gesture.
Layout mirroring is useful when you need to support both left-to-right and right-to-left layout versions of your application that target different language areas.
Added the following properties:
horizontalAlignment now accepts Text.AlignJustify alignment mode.
Added the following properties, methods and signal handlers:
Added the following properties and methods:
Added the following properties:
Added the following properties:
Added the following methods:
Added the following property:
Added the following properties and methods:
Added the following property:
Added the following methods and signal handlers:
In prior Qt releases, all the Qt Quick elements were available in the Qt namespace. Starting with Qt 4.7.1, the elements are also available in the QtQuick namespace, which improves naming consistency, and allows the development of Qt Quick to occur at a faster rate than Qt's usual minor release schedule.
The change for developers is very simple - where you previously wrote import Qt 4.7, just replace it with import QtQuick 1.0, like this:
import QtQuick 1.0 Text { text: "Welcome to QtQuick 1.0!" }
import Qt 4.7 continues to work so existing applications wont break even if they aren't updated, but it is recommended that all import statements be modified to the new form.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.