PDA

View Full Version : Can not remove the checkBox from QtableView?



mismael85
15th November 2010, 12:43
Hi,
How can i remove the checkBox from a QTableView?

I am using a QTableView but items always appear with CheckBox at the right!!!

wladek
16th November 2010, 14:48
Hi mismael85,

You need to set the proper flags on the items. Use QTableWidgetItem::setFlags function.

Hope this helps,
wladek