summaryrefslogtreecommitdiffstats
path: root/src/testlib/testlib.pro
diff options
context:
space:
mode:
authorThorbjørn Lund Martsum <tmartsum@gmail.com>2012-10-30 15:25:02 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-02 19:49:22 +0100
commite0fc088c0c8bc61dbcaf5928b24986cd61a22777 (patch)
tree40c475ef334eb309f332f80a3187e9dcab382732 /src/testlib/testlib.pro
parent3c2bfbff5f4c836de32628710ab7701b0db083f7 (diff)
Qt 5.0 QTreeView. Prevent manual moving of the first section
This prevents the user of moving the leftmost column. There will be no API to allow move of the tree-structure. It is very weird to do that, so it shouldn't be a problem. In case it is a big problem somewhere it can be hacked with: QTableView unused; unused.setVerticalHeader(tree->header()); tree->header()->setParent(tree); unused.setVerticalHeader(new QHeaderView(Qt::Horizontal)); Task-number: QTBUG-332 Change-Id: I3a251c8d0fd472ec0ad7edb20a7f3e00af7e0da8 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src/testlib/testlib.pro')
0 files changed, 0 insertions, 0 deletions