diff options
author | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2010-02-23 17:13:17 +0100 |
---|---|---|
committer | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2010-02-23 17:35:43 +0100 |
commit | d93719f02eaddc3fb83ebe6224b4a24045855581 (patch) | |
tree | 895b20e435daf35ae3a0a9aa7198daeaefa57b0d | |
parent | fbd7b3c2020111d76c3cec9f2d39f89424ddabb0 (diff) | |
download | qt-creator-d93719f02eaddc3fb83ebe6224b4a24045855581.tar.gz |
QmlDesigner.propertyEditor: setting up several panes beforehand
-rw-r--r-- | src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp | 4 |
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(); } |