42 #ifndef QDATAWIDGETMAPPER_H 43 #define QDATAWIDGETMAPPER_H 45 #include "QtCore/qobject.h" 47 #ifndef QT_NO_DATAWIDGETMAPPER 91 void removeMapping(
QWidget *widget);
92 int mappedSection(
QWidget *widget)
const;
94 QWidget *mappedWidgetAt(
int section)
const;
97 int currentIndex()
const;
107 virtual void setCurrentIndex(
int index);
111 void currentIndexChanged(
int index);
126 #endif // QT_NO_DATAWIDGETMAPPER The QAbstractItemDelegate class is used to display and edit data items from a model.
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
The QByteArray class provides an array of bytes.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
#define Q_PRIVATE_SLOT(d, signature)
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QAbstractItemModel class provides the abstract interface for item model classes.
The QModelIndex class is used to locate data in a data model.
EndEditHint
This enum describes the different hints that the delegate can give to the model and view components t...
#define Q_DECLARE_PRIVATE(Class)