QAbstractListModel Class Reference
[QtCore module]
Inherits QAbstractItemModel.
Inherited by AudioOutputDeviceModel, EffectDescriptionModel and QStringListModel.
Methods
- __init__ (self, QObject parent = None)
- bool dropMimeData (self, QMimeData, Qt.DropAction, int, int, QModelIndex)
- QModelIndex index (self, int, int column = 0, QModelIndex parent = QModelIndex())
Detailed Description
Method Documentation
QAbstractListModel.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QModelIndex QAbstractListModel.index (self, int, int column = 0, QModelIndex parent = QModelIndex())