QTreeView: add size hint handling information to uniformRowHeights

Task-number: QTBUG-10802
Change-Id: I6aa60d8fd7678f02003a229e191a5ab4f93c4b9d
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Samuel Gaist 2015-08-06 09:46:45 +02:00
parent 141f03a814
commit 63cd55b172

View File

@ -433,6 +433,9 @@ void QTreeView::setRootIsDecorated(bool show)
The height is obtained from the first item in the view. It is updated
when the data changes on that item.
\note If the editor size hint is bigger than the cell size hint, then the
size hint of the editor will be used.
By default, this property is \c false.
*/
bool QTreeView::uniformRowHeights() const