forked from qt-creator/qt-creator
QmlDesigner: Add more known enums
Change-Id: Ib5e7b724967480d2c8428bb0379dbbe67e0b6daa Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -104,10 +104,20 @@ QStringList globalQtEnums()
|
||||
|
||||
QStringList knownEnumScopes()
|
||||
{
|
||||
static const QStringList list = {
|
||||
"TextInput", "TextEdit", "Material", "Universal", "Font", "Shape", "ShapePath",
|
||||
"AbstractButton", "Text", "ShaderEffectSource", "Grid"
|
||||
};
|
||||
static const QStringList list = {"TextInput",
|
||||
"TextEdit",
|
||||
"Material",
|
||||
"Universal",
|
||||
"Font",
|
||||
"Shape",
|
||||
"ShapePath",
|
||||
"AbstractButton",
|
||||
"Text",
|
||||
"ShaderEffectSource",
|
||||
"Grid",
|
||||
"ItemLayer",
|
||||
"ImageLayer",
|
||||
"SpriteLayer"};
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user