Hi,
sorry, i want to make items in table widget not editable, by default items in table widge is editable.
Thanks and Regards
Hi,
sorry, i want to make items in table widget not editable, by default items in table widge is editable.
Thanks and Regards
Qt Code:
// this gives you a selectable and enabled, but non-editable item item->setFlags(Qt::ItemIsSelectable | Qt::ItemIsEnabled);To copy to clipboard, switch view to plain text mode
J-P Nurmi
milli (4th May 2011)
Bookmarks