http://doc.trolltech.com/latest/qt.html#ItemFlag-enum
Qt::ItemIsEnabled
http://doc.trolltech.com/latest/qt.html#ItemFlag-enum
Qt::ItemIsEnabled
deepal_de (25th May 2011)
Yes thats correct![]()
Ok I should also give this link: QAbstractItemModel::flags. Check QStandardItem::setFlags if you use standard model (QStandardItemModel).
Just in case take a look also here:
QAbstractItemModel::data Qt::ItemDataRole-enum see Qt::CheckStateRole
Last edited by MarekR22; 25th May 2011 at 09:33.
deepal_de (26th May 2011)
Bookmarks