summaryrefslogtreecommitdiffstats
path: root/examples/declarative/listview/sections.qml
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-19 01:53:26 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-19 01:53:26 (GMT)
commit989a6e21ef4b10ad5a482c774a6d8e989a83e1d9 (patch)
tree5c432177d2c7360fd68d4a281f2848da0f9b2ca9 /examples/declarative/listview/sections.qml
parenta01c1325af852111f4dd10ed04672a27f82a2a5f (diff)
downloadQt-989a6e21ef4b10ad5a482c774a6d8e989a83e1d9.zip
Qt-989a6e21ef4b10ad5a482c774a6d8e989a83e1d9.tar.gz
Qt-989a6e21ef4b10ad5a482c774a6d8e989a83e1d9.tar.bz2
Text-related API updates after review
Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes.
Diffstat (limited to 'examples/declarative/listview/sections.qml')
-rw-r--r--examples/declarative/listview/sections.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/listview/sections.qml b/examples/declarative/listview/sections.qml
index ab9fbdf..41cc2e6 100644
--- a/examples/declarative/listview/sections.qml
+++ b/examples/declarative/listview/sections.qml
@@ -28,7 +28,7 @@ Rect {
opacity: Wrapper.ListView.prevSection != Wrapper.ListView.section ? 1 : 0
Text {
text: Wrapper.ListView.section; font.bold: true
- x: 2; height: parent.height; vAlign: 'AlignVCenter'
+ x: 2; height: parent.height; verticalAlignment: 'AlignVCenter'
}
}
Item {