[Solved] Customizing QTableWidget
General and Desktop
6
Posts
3
Posters
2.6k
Views
1
Watching
-
Let's say I create a QTableWidget with two rows and columns. The resultant widget has 3 rows and 3 columns (an extra row for the row headers and an extra column for the column headers). Is there anyway to eliminate these? Basically what I'm looking for is a QList with several columns.
-
Getting the "header":http://developer.qt.nokia.com/doc/qt-4.8/qtableview.html#horizontalHeader and setting it not visible?