Plasma
declarativewidget.h
Go to the documentation of this file.
54 Q_PROPERTY(bool initializationDelayed READ isInitializationDelayed WRITE setInitializationDelayed)
void finished()
Emitted when the parsing and execution of the QML file is terminated.
void setQmlPath(const QString &path)
Sets the path of the QML file to parse and execute.
Definition declarativewidget.cpp:275
void setInitializationDelayed(const bool delay)
Sets whether the execution of the QML file has to be delayed later in the event loop.
Definition declarativewidget.cpp:286
QDeclarativeComponent * mainComponent() const
Definition declarativewidget.cpp:311
QScriptEngine * scriptEngine() const
Definition declarativewidget.cpp:301
void resizeEvent(QGraphicsSceneResizeEvent *event)
Definition declarativewidget.cpp:316
bool initializationDelayed
Definition declarativewidget.h:54
DeclarativeWidget(QGraphicsWidget *parent=0)
Constructs a new DeclarativeWidget.
Definition declarativewidget.cpp:255
friend class DeclarativeWidgetPrivate
Definition declarativewidget.h:127
bool isInitializationDelayed() const
Definition declarativewidget.cpp:291
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.