qt - Replacing combo box with table widget item in a QTableWidget -


I have an application in the QTableWidget cells in one of the combo box widgets after selecting an option in a user combo box , I want to set the selected text in the same cell as a quotebol widget (in which the combo box was present). So I want to replace the existing combo box with a table widget item. Deleting Calling The cellview of the widget appears to be removing the combo box How can I actually achieve this effect without deleting a combo box object?

Thank you, Rakesh. Use

Removes this item from the table without deleting it.

Comments