Home · Modules · Classes · Namespaces · Functions

QxtListWidget Class Reference
[QxtGui module]

The QxtListWidget class is an extended QListWidget with additional signals. More...

    #include <QxtListWidget>

Inherits QListWidget.

Public Functions

Signals

Additional Inherited Members


Detailed Description

The QxtListWidget class is an extended QListWidget with additional signals.

QxtListWidget offers a few most commonly requested signals.

"QxtListWidget in Plastique style."

See also QxtListWidgetItem.


Member Function Documentation

QxtListWidget::QxtListWidget ( QWidget * parent = 0 )

Constructs a new QxtListWidget with parent.

QxtListWidget::~QxtListWidget ()   [virtual]

Destructs the list widget.

void QxtListWidget::itemCheckStateChanged ( QxtListWidgetItem * item )   [signal]

This signal is emitted whenever the check state of item has changed.

Note: Use QxtListWidgetItem in order to enable this feature.

See also QxtListWidgetItem and QListWidgetItem::checkState().

void QxtListWidget::itemEditingFinished ( QListWidgetItem * item )   [signal]

This signal is emitted after the editing of item has been finished.

See also itemEditingStarted().

void QxtListWidget::itemEditingStarted ( QListWidgetItem * item )   [signal]

This signal is emitted after the editing of item has been started.

See also itemEditingFinished().


Copyright © 2007-2010 Qxt Foundation
Qxt 0.6.1