forked from qt-creator/qt-creator
QmlDesigner: Add support for Component type
Component type is added to Component Library and can be dragged to the scene. Items under the component are not shown in the scene. Fixes: QDS-5093 Change-Id: I0c80647e73124866a8b772022a761ca6cbb545a1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -617,7 +617,6 @@ class UnsupportedTypesByQmlUi : public QStringList
|
||||
{
|
||||
public:
|
||||
UnsupportedTypesByQmlUi() : QStringList({"ShaderEffect",
|
||||
"Component",
|
||||
"Drawer"})
|
||||
{
|
||||
append(UnsupportedTypesByVisualDesigner());
|
||||
|
||||
Reference in New Issue
Block a user