Home | History | Annotate | Download | only in declarative

Lines Matching defs:object

245     A QDeclarativeWebView object can be instantiated in Qml using the tag \l WebView.
496 \qmlproperty list<object> WebView::javaScriptWindowObjects
500 Each object will be added as a property of the web frame's window object. The
508 This example shows how to call into a QML method using a window object.
547 QObject* object = windowObjects.at(i);
548 QDeclarativeWebViewAttached* attached = static_cast<QDeclarativeWebViewAttached *>(qmlAttachedPropertiesObject<QDeclarativeWebView>(object));
550 q->page()->mainFrame()->addToJavaScriptWindowObject(attached->windowObjectName(), object);