How can i get info about rows/columns(QTableWidget)
Solved
General and Desktop
-
I used function ->hideRow(i); to my tabWidget, but how can i check when i need is row hidden or not?
Hoped for something like->rowAt(i)->isHidden(); or ->rowAt(i)->rowIsVisible();
I searched through all doc with different keywords and found no tool with which i would be able to get current state of specified row/column.
-
Search harder next time: http://doc.qt.io/qt-5/qtableview.html#isRowHidden