PDA

View Full Version : QTableWidgetItem flags



mukunda
25th May 2011, 09:13
Hi,

How to set multiple flags for the table widget item?

mukunda

Santosh Reddy
25th May 2011, 09:30
setFlags(Qt::ItemIsSelectable | Qt::ItemIsEditable)

mukunda
25th May 2011, 09:51
Thanks for the solution