Reference documentation
|
The Thistle::ItemDelegate
class provides display and editing facilities for data items.
More...
Public Member Functions | |
ItemDelegate (QWidget *parent=0) | |
Constructs an item delegate with the given parent. | |
ItemStyle & | itemStyle () const |
Returns the Thistle::ItemStyle used to draw the item. | |
void | setItemStyle (const ItemStyle &myStyle) |
Sets the Thistle::ItemStyle used to draw the item. | |
The Thistle::ItemDelegate
class provides display and editing facilities for data items.
Thistle::ItemDelegate inherits QStyledItemDelegate. Thistle::ItemDelegate uses the Thistle::ItemStyle class to determine the look and feel.
See Qt reference documentation for more detail on delegates.