| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 5 | |
Hello all, Is there a way to mark columns or rows in a table as hidden? Cheers, -- [ signature omitted ]
> Is there a way to mark columns or rows in a table as hidden? See http://doc.trolltech.com/4.2/qtableview.html - void QTableView::setColumnHidden ( int column, bool hide ) - void QTableView::setRowHidden ( int row, bool hide ) -- [ signature omitted ]