summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/itemviews/itemviews.pro
Commit message (Collapse)AuthorAgeFilesLines
* QTreeView - allow users to control data in the treestructureThorbjørn Lund Martsum2013-08-071-1/+1
| | | | | | | | | | | | | | This patch allows to set which logical index the tree is in. Before the tree always displayed data from the logical index 0, but it is actually more likely that the user wants to have data from visual index 0 (which can be done by special value -1). There is nothing special about logical index 0, and not being able to change the tree-data is just annoying. Change-Id: Ib070ce93343a0d2fbac3ad5a42cb4359401ac87c Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
* Build manual test for widgets from toplevel.Friedemann Kleint2013-05-131-0/+2
Change-Id: I411cfc28d2021eed0acf3949a141ffded1acdecc Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>