Hi,
I have a QTableView with four columns.
I use setIndexWidget to put the widgets into the various cells, thus in column one I have a QCheckBox, col 2 a QSlider, col 3 a QLineEdit and col 4 a QToolButton. All these are in the first row of the table. Now if I wanted to add another row would it be possible to use the widgets in row1 and put them into row2? How many of these widgets could I have before the table view would grind to a halt?!
Thanks,
Steve
Bookmarks