5#include <QtQml/qqmlengine.h>
6#include <QtQml/qqmlcomponent.h>
7#include <QtGui/qguiapplication.h>
9int main(
int argc,
char *argv[])
static int exec()
Enters the main event loop and waits until exit() is called, then returns the value that was set to e...
The QQmlComponent class encapsulates a QML component definition.
The QQmlEngine class provides an environment for instantiating QML components.
static qreal component(const QPointF &point, unsigned int i)
QApplication app(argc, argv)
[0]