From 658e42e77a00596b63823482c9b77644556b647c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lund=20Martsum?= Date: Thu, 6 Dec 2012 10:42:53 +0100 Subject: QTreeView - allow users to control data in the treestructure 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 --- dist/changes-5.2.0 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0 index dab73b7a2e..89d1a2d8c7 100644 --- a/dist/changes-5.2.0 +++ b/dist/changes-5.2.0 @@ -26,6 +26,9 @@ QtWidgets it will make use of the new protected viewportSizeHint() (binary compatible since it was reserved in Qt5). This function returns a suggested size based on contents. +- QTreeView now has setTreePosition to allow the treestructure to show data from other + columns than logicalindex zero. + - [QTBUG-4206] QTableView resizeToContents will now adjust to actual contents and not just visible area. QHeaderView::setAutoResizePrecision() has been introduced to control how precise the autoResize should be. -- cgit v1.2.3