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()
|
QStringList knownEnumScopes()
|
||||||
{
|
{
|
||||||
static const QStringList list = {
|
static const QStringList list = {"TextInput",
|
||||||
"TextInput", "TextEdit", "Material", "Universal", "Font", "Shape", "ShapePath",
|
"TextEdit",
|
||||||
"AbstractButton", "Text", "ShaderEffectSource", "Grid"
|
"Material",
|
||||||
};
|
"Universal",
|
||||||
|
"Font",
|
||||||
|
"Shape",
|
||||||
|
"ShapePath",
|
||||||
|
"AbstractButton",
|
||||||
|
"Text",
|
||||||
|
"ShaderEffectSource",
|
||||||
|
"Grid",
|
||||||
|
"ItemLayer",
|
||||||
|
"ImageLayer",
|
||||||
|
"SpriteLayer"};
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user