Inserting QComboBox in the HorizontalHeader of the QTableWidget
-
Hi All,
Is there any way to insert the QComboBox in the HorizontalHeader in the QTableWidget.
I can insert in the other cell by using setCellWidget(row,column), since for the header we wont get particular row and column index Im not able to put the combo in the header. Is there any other method to insert combo in header.Thanks.