forked from qt-creator/qt-creator
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:
@@ -593,11 +593,7 @@ public:
|
||||
class UnsupportedTypesByVisualDesigner : public QStringList
|
||||
{
|
||||
public:
|
||||
UnsupportedTypesByVisualDesigner() : QStringList({"Transform",
|
||||
"Timer",
|
||||
"Rotation",
|
||||
"Scale",
|
||||
"Translate",
|
||||
UnsupportedTypesByVisualDesigner() : QStringList({"Timer",
|
||||
"Package",
|
||||
"Particles"})
|
||||
{}
|
||||
|
Reference in New Issue
Block a user