| << qml_setofflinestoragepath | QML engine | qt_version >> |
| v = qt_constant(constant_name) |
| ce = qt_constant() |
a string: desired Qt constant.
a scalar integer value (Qt constant value).
a cell with all constant name available.
v = qt_version(constant_name) returns Qt constant value.
Qt 5 family allows to get constant easily with qml_evaluatestring(constant_name), but it is no more available with Qt 6
qt_constant('Qt.WindowModal')
c = qt_constant()
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET