Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
6.5
Description
Taking 'name' as an example property
import QtQuick Window { id: win width: 640 height: 480 visible: true title: "Sandbox" Text { text: Qt.locale().name } }
which runs into
Warning: main.qml:33:31: Property "name" not found on type "QLocale" [missing-property] text: Qt.locale().name ^^^^ Warning: main.qml:33:31: Could not compile binding for text: Cannot load property name from QLocale of QLocale. [compiler] text: Qt.locale().name ^^^^
. Same for all other properties.
Attachments
Issue Links
- duplicates
-
QTBUG-112366 qmlsc/qmllint: Add support for QLocale
- Closed