From 7ecce2cc0e33bc6b1aa052163f9d6c1365b93b27 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Tue, 20 Sep 2011 15:58:05 +1000 Subject: Additional ListView section header placement options Add a section.labelPositioning property which can be a combination of: - ViewSection.InlineLabels - section labels are shown inline between the item delegates separating sections (default). - ViewSection.CurrentLabelAtStart - the current section label sticks to the start of the view as it is moved. - ViewSection.NextLabelAtEnd - the next section label (beyond all visible sections) sticks to the end of the view as it is moved. Task-number: QTBUG-12880 Change-Id: I4601828337412bd3a83769c9b8df3f6d4d7474b8 Reviewed-on: http://codereview.qt-project.org/5192 Reviewed-by: Qt Sanity Bot Reviewed-by: Bea Lam --- doc/src/declarative/whatsnew.qdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc index d4addf8398..da001605b3 100644 --- a/doc/src/declarative/whatsnew.qdoc +++ b/doc/src/declarative/whatsnew.qdoc @@ -114,6 +114,10 @@ PathView now has a \c currentItem property ListView and GridView now have headerItem and footerItem properties (the instantiated header and footer items). +ListView section.labelPositioning property added to allow keeping the current section label +at the start and/or next section label at the end of the view. + + \section2 QtQuick 1 is now a separate library and module Writing C++ applications using QtQuick 1 specific API, i.e. QDeclarativeView or QDeclarativeItem -- cgit v1.2.3