Live preview: Creating objects dynamically

This commit is contained in:
Lasse Holmstedt
2010-07-16 09:41:56 +02:00
parent c77e560f65
commit a457d2eec3
10 changed files with 112 additions and 2 deletions

View File

@@ -64,6 +64,9 @@ public:
void changeToSelectMarqueeTool();
void changeToZoomTool();
void createQmlObject(const QString &qmlText, const QDeclarativeDebugObjectReference &parentRef,
const QStringList &imports, const QString &filename);
void applyChangesToQmlFile();
void applyChangesFromQmlFile();