diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp index ec16acfb6ba943c18e2798db7739751bdcf8b138..d2435b4695c731bda5ec5d54ec12135d6073571a 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(); }