QmlDesigner: Allow transformations in Qt Quick Designer

They are passively supported and we plan better support in the future.

Change-Id: I22520335ae3dba5804ec4c8902624b4afe4254a3
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2019-09-04 15:37:58 +02:00
parent 090b39cc95
commit 4bf1474aa0

View File

@@ -593,11 +593,7 @@ public:
class UnsupportedTypesByVisualDesigner : public QStringList
{
public:
UnsupportedTypesByVisualDesigner() : QStringList({"Transform",
"Timer",
"Rotation",
"Scale",
"Translate",
UnsupportedTypesByVisualDesigner() : QStringList({"Timer",
"Package",
"Particles"})
{}