![]() |
Home · Modules · Classes · Namespaces · Functions |
The QxtTableWidget class is an extended QTableWidget with additional signals. More...
#include <QxtTableWidget>
Inherits QTableWidget.
The QxtTableWidget class is an extended QTableWidget with additional signals.
QxtTableWidget offers a few most commonly requested signals.
See also QxtTableWidgetItem.
Constructs a new QxtTableWidget with parent.
Constructs a new QxtTableWidget with rows, columns and parent.
Destructs the table widget.
This signal is emitted whenever the check state of item has changed.
Note: Use QxtTableWidgetItem in order to enable this feature.
See also QxtTableWidgetItem and QTableWidgetItem::checkState().
This signal is emitted after the editing of item has been finished.
See also itemEditingStarted().
This signal is emitted after the editing of item has been started.
Note: The item can be 0 if no item has been set to the corresponding cell.
See also itemEditingFinished() and QTableWidget::setItem().
Copyright © 2007-2010 Qxt Foundation |
Qxt 0.6.1 |