summaryrefslogtreecommitdiffstats
path: root/desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2013-02-15 18:13:18 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2013-02-27 13:42:12 +0100
commit625972f263fce22f65ae258b1e11bee3b49a4770 (patch)
tree34cf343cccfe10831e164a62b7d5cb9e98fff28d /desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml
parent3df3246bb4a7a64d9207f2460df884d22603c623 (diff)
Updated the desktop development guide
- Changed the text and QML constructs to be Qt Quick2 compliant - Replaced all links to Qt Quick1 with relevant Qt Quick 2 links - Updated the example sources to use QtQuick 2.0 Task-number: QTBUG-28831 Change-Id: I9f2b7204064857dfb644c6df4d533b66f9eb4594 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml')
-rw-r--r--desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml b/desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml
index 35bc299..eb6e9b9 100644
--- a/desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml
+++ b/desktop_devguide/chapter_07/src/notezapp/qml/noteapp/main.qml
@@ -36,7 +36,7 @@
**
****************************************************************************/
-import QtQuick 1.1
+import QtQuick 2.0
import "noteDB.js" as NoteDB
@@ -95,7 +95,7 @@ Rectangle {
}
// the toolbar -
- // using a Column element to layout the Tool items vertically
+ // using a Column type to layout the Tool items vertically
Column {
id: toolbar
spacing: 16