forked from qt-creator/qt-creator
QmlDesigner: Add float as supported type for "real" editor
This will make float type custom properties show up in property editor. Fixes: QDS-13751 Change-Id: I2ff4ce8e2df64b6ce02b2a921fe0f3c60dd16412 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
@@ -13,7 +13,7 @@ AutoTypes {
|
|||||||
sourceFile: "IntEditorTemplate.template"
|
sourceFile: "IntEditorTemplate.template"
|
||||||
}
|
}
|
||||||
Type {
|
Type {
|
||||||
typeNames: ["real", "double", "qreal"]
|
typeNames: ["real", "double", "qreal", "float"]
|
||||||
module: "QML"
|
module: "QML"
|
||||||
sourceFile: "RealEditorTemplate.template"
|
sourceFile: "RealEditorTemplate.template"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user