summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-02-23 17:13:17 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-02-23 17:35:43 +0100
commitd93719f02eaddc3fb83ebe6224b4a24045855581 (patch)
tree895b20e435daf35ae3a0a9aa7198daeaefa57b0d
parentfbd7b3c2020111d76c3cec9f2d39f89424ddabb0 (diff)
downloadqt-creator-d93719f02eaddc3fb83ebe6224b4a24045855581.tar.gz
QmlDesigner.propertyEditor: setting up several panes beforehand
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
index ec16acfb6b..d2435b4695 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
+++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
@@ -500,6 +500,10 @@ void PropertyEditor::modelAttached(Model *model)
if (debug)
qDebug() << Q_FUNC_INFO;
+ setupPane("Qt/Rectangle");
+ setupPane("Qt/Text");
+ setupPane("Qt/TextInput");
+ setupPane("Qt/TextEdit");
resetView();
}