Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I don't know how to use the following method :
@void QTreeView::setRowHidden ( int row, const QModelIndex & parent, bool hide )@
The problem is I don't understand what the 'parent' parameter is. How to recover it?
Parent is the parent item of the item(or row) that you want to hide.
Han ok thanks, i try !