Home · All Classes · Modules

QDeclarativeView Class Reference
[QtDeclarative module]

Inherits QGraphicsView.

Types

Methods

Qt Signals


Detailed Description


Type Documentation

QDeclarativeView.ResizeMode

QDeclarativeView.Status


Method Documentation

QDeclarativeView.__init__ (self, QWidget parent = None)

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

QDeclarativeView.__init__ (self, QUrl source, QWidget parent = None)

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

QDeclarativeEngine QDeclarativeView.engine (self)

list-of-QDeclarativeError QDeclarativeView.errors (self)

bool QDeclarativeView.eventFilter (self, QObject watched, QEvent e)

QSize QDeclarativeView.initialSize (self)

QDeclarativeView.paintEvent (self, QPaintEvent event)

QDeclarativeView.resizeEvent (self, QResizeEvent)

ResizeMode QDeclarativeView.resizeMode (self)

QDeclarativeContext QDeclarativeView.rootContext (self)

QGraphicsObject QDeclarativeView.rootObject (self)

QDeclarativeView.setResizeMode (self, ResizeMode)

QDeclarativeView.setSource (self, QUrl)

QSize QDeclarativeView.sizeHint (self)

QUrl QDeclarativeView.source (self)

Status QDeclarativeView.status (self)

QDeclarativeView.timerEvent (self, QTimerEvent)


Qt Signal Documentation

void sceneResized (QSize)

This is the default overload of this signal.

void statusChanged (QDeclarativeView::Status)

This is the default overload of this signal.


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