PDA

View Full Version : qtable widget item based



vinaysagar
2nd September 2014, 08:03
can any one help me regarding table widget item based.
i have a dynamic array of float type and i need to insert in the table, i have 4 parameters like temperature values, intensities values, i need to sort and plot the grap regarding those....
please help me

anda_skoa
2nd September 2014, 08:54
It is probably easier to create a QAbstractTableModel subclass and use it with a QTableView.

Cheers,
_