Hi,
what is the use of QComboBox inside the QTable column? Is it for editing the content of model? If yes, a good approach is to implement a custom Delegate for editing the column. This delegate will create the QComboBox as editor for each column cell, will fill the QComboBox with the relevant items and manages the set of current value inside the QComboBox, retrieve the user selection and set it as current value inside the table.
Bye.
Alessandro
Bookmarks