Home · All Classes · Modules

QDeclarativeComponent Class Reference
[QtDeclarative module]

Inherits QObject.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QDeclarativeComponent.Status


Method Documentation

QDeclarativeComponent.__init__ (self, QDeclarativeEngine, QObject parent = None)

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

QDeclarativeComponent.__init__ (self, QDeclarativeEngine, QString fileName, QObject parent = None)

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

QDeclarativeComponent.__init__ (self, QDeclarativeEngine, QUrl url, QObject parent = None)

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

QObject QDeclarativeComponent.beginCreate (self, QDeclarativeContext)

QDeclarativeComponent.completeCreate (self)

QObject QDeclarativeComponent.create (self, QDeclarativeContext context = None)

QDeclarativeContext QDeclarativeComponent.creationContext (self)

list-of-QDeclarativeError QDeclarativeComponent.errors (self)

bool QDeclarativeComponent.isError (self)

bool QDeclarativeComponent.isLoading (self)

bool QDeclarativeComponent.isNull (self)

bool QDeclarativeComponent.isReady (self)

QDeclarativeComponent.loadUrl (self, QUrl url)

float QDeclarativeComponent.progress (self)

QDeclarativeComponent.setData (self, QByteArray, QUrl baseUrl)

Status QDeclarativeComponent.status (self)

QUrl QDeclarativeComponent.url (self)


Qt Signal Documentation

void progressChanged (qreal)

This is the default overload of this signal.

void statusChanged (QDeclarativeComponent::Status)

This is the default overload of this signal.


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