Suppose i have QTableWidget which contains 5 columns. How can i set QCheckBox at 3 column header(only at 3rd column header not at 1st)?
Printable View
Suppose i have QTableWidget which contains 5 columns. How can i set QCheckBox at 3 column header(only at 3rd column header not at 1st)?
I'm afraid that you have to write your own header view.