![]() |
VR-Forces Developer's Guide
|
A styled version of the QTableWidgetItem.
This class must be used with DtStyledQTableWidget to work.
This class only differs from QTableWidgetItem in that it

Public Member Functions | |
| DtStyledQTableWidgetItem () | |
| DtStyledQTableWidgetItem (const QString &text, int type=Type) | |
| virtual void | setFlags (Qt::ItemFlags newFlags) |
| makVrv::DtStyledQTableWidgetItem::DtStyledQTableWidgetItem | ( | ) |
CTOR.
| makVrv::DtStyledQTableWidgetItem::DtStyledQTableWidgetItem | ( | const QString & | text, |
| int | type = Type |
||
| ) |
CTOR.
|
virtual |
Special QTableWidgetItem::setFlags(Qt::ItemFlags) implementation. This function can force the re-drawing of its parent DtQTableWidget. Note, since QTableWidgetItem::setFlags(Qt::ItemFlags) is not virtual, when wanting to use this method, ensure the calling object is of type DtStyledQTableWidgetItem.
Referenced by DtUiTableWidgetItem::setReadOnly().