Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.7.0
-
5b867e354 (dev), c52602682 (dev), db5f22d43 (dev), 05b783617 (dev), 9a64a5cc9 (dev)
Description
This:
pragma Strict import QtQuick import QtQuick.Controls Window { id: window width: 640 height: 480 visible: true readonly property font fnt: Qt.font({ "family": "Arial", "weight": Font.Normal, "italic": false, "pixelSize": 32 }) }
Fails with:
FAILED: .rcc/qmlcache/quickcmake_Main_qml.cpp /home/user/work/tests/build-quickcmake-Desktop_Qt_6_7_0_64-Debug/.rcc/qmlcache/quickcmake_Main_qml.cpp cd /home/user/work/tests/build-quickcmake-Desktop_Qt_6_7_0_64-Debug && /usr/bin/cmake -E make_directory /home/user/work/tests/build-quickcmake-Desktop_Qt_6_7_0_64-Debug/.rcc/qmlcache && /home/user/Qt/6.7.0/gcc_64/./libexec/qmlcachegen --bare --resource-path /QtBug/Main.qml -I /home/user/work/tests/build-quickcmake-Desktop_Qt_6_7_0_64-Debug -I /home/user/Qt/6.7.0/gcc_64/./qml -i /home/user/work/tests/build-quickcmake-Desktop_Qt_6_7_0_64-Debug/QtBug/qmldir --resource /home/user/work/tests/build-quickcmake-Desktop_Qt_6_7_0_64-Debug/.rcc/qmake_QtBug.qrc --resource /home/user/work/tests/build-quickcmake-Desktop_Qt_6_7_0_64-Debug/.rcc/quickcmake_raw_qml_0.qrc --resource /home/user/work/tests/build-quickcmake-Desktop_Qt_6_7_0_64-Debug/.rcc/quickcmake_translations.qrc -o /home/user/work/tests/build-quickcmake-Desktop_Qt_6_7_0_64-Debug/.rcc/qmlcache/quickcmake_Main_qml.cpp /home/user/work/tests/quickcmake/Main.qml Main.qml:14: (strict mode) QJSValue has no property called family Aborted (core dumped)
However, if the javascript object that is passed to font() is constructed as a property of its own, this does not happen.
Attachments
For Gerrit Dashboard: QTBUG-124634 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
600952,4 | QmlCompiler: Allow conversion of object literals to QJSValue | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
601304,6 | QtQml: Improve safety and ergonomics of value types | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
601453,2 | Quick: Fix QQuickColorValueType | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
601487,3 | QtQuick: Improve safety and ergonomics of value types | dev | qt/qtdeclarative | Status: MERGED | +2 | +1 |
601568,6 | QmlCompiler: Support construction of value types with 'new' | dev | qt/qtdeclarative | Status: MERGED | +2 | +1 |