QDataWidgetMapper Class Reference
[QtGui module]
Inherits QObject.
Types
Methods
- __init__ (self, QObject parent = None)
- addMapping (self, QWidget, int)
- addMapping (self, QWidget, int, QByteArray)
- clearMapping (self)
- int currentIndex (self)
- QAbstractItemDelegate itemDelegate (self)
- QByteArray mappedPropertyName (self, QWidget)
- int mappedSection (self, QWidget)
- QWidget mappedWidgetAt (self, int)
- QAbstractItemModel model (self)
- Qt.Orientation orientation (self)
- removeMapping (self, QWidget)
- revert (self)
- QModelIndex rootIndex (self)
- setCurrentIndex (self, int)
- setCurrentModelIndex (self, QModelIndex)
- setItemDelegate (self, QAbstractItemDelegate)
- setModel (self, QAbstractItemModel)
- setOrientation (self, Qt.Orientation)
- setRootIndex (self, QModelIndex)
- setSubmitPolicy (self, SubmitPolicy)
- bool submit (self)
- SubmitPolicy submitPolicy (self)
- toFirst (self)
- toLast (self)
- toNext (self)
- toPrevious (self)
Qt Signals
Detailed Description
Type Documentation
QDataWidgetMapper.SubmitPolicy
Method Documentation
QDataWidgetMapper.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QDataWidgetMapper.addMapping (self, QWidget, int)
QDataWidgetMapper.addMapping (self, QWidget, int, QByteArray)
QDataWidgetMapper.clearMapping (self)
int QDataWidgetMapper.currentIndex (self)
QByteArray QDataWidgetMapper.mappedPropertyName (self, QWidget)
int QDataWidgetMapper.mappedSection (self, QWidget)
QWidget QDataWidgetMapper.mappedWidgetAt (self, int)
Qt.Orientation QDataWidgetMapper.orientation (self)
QDataWidgetMapper.removeMapping (self, QWidget)
QDataWidgetMapper.revert (self)
This method is also a Qt slot with the C++ signature void revert().
QModelIndex QDataWidgetMapper.rootIndex (self)
QDataWidgetMapper.setCurrentIndex (self, int)
This method is also a Qt slot with the C++ signature void setCurrentIndex(int).
QDataWidgetMapper.setCurrentModelIndex (self, QModelIndex)
This method is also a Qt slot with the C++ signature void setCurrentModelIndex(const QModelIndex&).
QDataWidgetMapper.setOrientation (self, Qt.Orientation)
QDataWidgetMapper.setRootIndex (self, QModelIndex)
QDataWidgetMapper.setSubmitPolicy (self, SubmitPolicy)
bool QDataWidgetMapper.submit (self)
This method is also a Qt slot with the C++ signature bool submit().
SubmitPolicy QDataWidgetMapper.submitPolicy (self)
QDataWidgetMapper.toFirst (self)
This method is also a Qt slot with the C++ signature void toFirst().
QDataWidgetMapper.toLast (self)
This method is also a Qt slot with the C++ signature void toLast().
QDataWidgetMapper.toNext (self)
This method is also a Qt slot with the C++ signature void toNext().
QDataWidgetMapper.toPrevious (self)
This method is also a Qt slot with the C++ signature void toPrevious().
Qt Signal Documentation
void currentIndexChanged (int)
This is the default overload of this signal.