From: Thorbjørn Lund Martsum Date: Sun, 11 Mar 2012 09:52:25 +0000 (+0100) Subject: QHeaderView - documentation update. Prefer hideSection over 0-resize. X-Git-Tag: qt-v5.0.0-alpha1~308 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39e0d35fe9acb2b2b539cc96170be2d227936b74;p=profile%2Fivi%2Fqtbase.git QHeaderView - documentation update. Prefer hideSection over 0-resize. There is a different behavior on 0 sections and hidden sections e.g with scrollbars. Normally people want to use hideSection. Change-Id: Id99de30ea46906bb4ef7720ed12d4ac9615c9743 Reviewed-by: Stephen Kelly --- diff --git a/src/widgets/itemviews/qheaderview.cpp b/src/widgets/itemviews/qheaderview.cpp index 766d7ce..425eb4c 100644 --- a/src/widgets/itemviews/qheaderview.cpp +++ b/src/widgets/itemviews/qheaderview.cpp @@ -866,9 +866,11 @@ void QHeaderView::swapSections(int first, int second) \fn void QHeaderView::resizeSection(int logicalIndex, int size) Resizes the section specified by \a logicalIndex to \a size measured in - pixels. + pixels. The size parameter must be a value larger or equal to zero. A + size equal to zero is however not recommended. In that situation hideSection + should be used instead. - \sa sectionResized(), resizeMode(), sectionSize() + \sa sectionResized(), resizeMode(), sectionSize(), hideSection() */ void QHeaderView::resizeSection(int logical, int size)