![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtListWidgetItem class is an extended QListWidgetItem. More...
#include <QxtListWidgetItem>
Inherits QListWidgetItem.
The QxtListWidgetItem class is an extended QListWidgetItem.
QxtListWidgetItem provides means for offering check state change signals and convenience methods for testing and setting flags.
See also QxtListWidget.
Constructs a new QxtListWidgetItem with parent and type.
Constructs a new QxtListWidgetItem with text, parent and type.
Constructs a new QxtListWidgetItem with icon, text, parent and type.
Constructs a copy of other.
Destructs the list widget item.
If enabled is true, the item flag is enabled; otherwise, it is disabled.
See also testFlag(), QListWidgetItem::setFlags(), and Qt::ItemFlag.
Returns true if the flag is set, otherwise false.
See also setFlag(), QListWidgetItem::flags(), and Qt::ItemFlag.
Copyright © 2007-2011 Qxt Foundation |
Qxt 0.6.2 |