Home · All Classes · Modules

QDataWidgetMapper Class Reference
[QtGui module]

Inherits QObject.

Types

Methods

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)

QAbstractItemDelegate QDataWidgetMapper.itemDelegate (self)

QByteArray QDataWidgetMapper.mappedPropertyName (self, QWidget)

int QDataWidgetMapper.mappedSection (self, QWidget)

QWidget QDataWidgetMapper.mappedWidgetAt (self, int)

QAbstractItemModel QDataWidgetMapper.model (self)

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.setItemDelegate (self, QAbstractItemDelegate)

QDataWidgetMapper.setModel (self, QAbstractItemModel)

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.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0