Dear All

We have set up a net Qtablewidget, and for the table we have many rows and many columns. Columns quantity are allways the same but the row quantities are changing according to the sql record.

For the table we could lile to put a combobox inside one cell, we have used


table->setCellWidget(row_of_table, 1, combo);
row_of_table = row_of_table + 1;

in a while function. But the combo always appiers in the last row.

Could any body help us with this!

Take care