PDA

View Full Version : QTableWidget Combobox



aekilic
13th October 2007, 11:44
Dear All

We use a qcombobox delegate for our table widget, but we have a problem for the size.

When we click to the cell, combobox comes, but the size of the table doesnt change, and you could not see inside of the combe.

It there any signal to resize the column of the table?

wysota
13th October 2007, 12:20
You can try changing the size hint of the item and emitting layoutChanged().