Hi,
I need to Display a set of Parameters and thier value for an object. and there Params can be of any type i.e int, float, text, vector( Array of double|int )
Some Basic manipulation like apply a formula.. has to be done. I am using table to display the params and the value of Params in two Cols of the table.
But when it comes to the Vectors, I don't want to display the whole set of values, rather thier mean has to be displayed. But It must be possible to change the single item in the vector. So I thought of giving an expanding option to the Cell so that the Vector's values will appear in the cells below the Vector cell.
I need to display the values of the Similar Objects in a single table. Now the manipuilation of the vectors is a big mess . the code has grown out of control.
Do you guys have a cleaner approach. Like subclassing the QTableItem so that the Vector will be represented in the Cell and options for expansion and the rest ...
thanks in advance




Reply With Quote
Bookmarks