Home · All Classes · Modules

QDeclarativePropertyMap Class Reference
[QtDeclarative module]

Inherits QObject.

Methods

Special Methods

Qt Signals


Detailed Description


Method Documentation

QDeclarativePropertyMap.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QDeclarativePropertyMap.clear (self, QString key)

bool QDeclarativePropertyMap.contains (self, QString key)

int QDeclarativePropertyMap.count (self)

QDeclarativePropertyMap.insert (self, QString key, QVariant value)

bool QDeclarativePropertyMap.isEmpty (self)

QStringList QDeclarativePropertyMap.keys (self)

int QDeclarativePropertyMap.size (self)

QVariant QDeclarativePropertyMap.value (self, QString key)

QVariant QDeclarativePropertyMap.__getitem__ (self, QString)

QDeclarativePropertyMap.__len__ (self)


Qt Signal Documentation

void valueChanged (const QString&,const QVariant&)

This is the default overload of this signal.


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