skip to Main Content

Making use of json data inside QML

I'm trying to replace a text in my .qml file with a json data. In my .qml file I have the following: Text { **text: qsTr("J1-25")** anchors.right: tc1.left anchors.rightMargin: 20 anchors.verticalCenter: tc1.verticalCenter color: "white" font.pointSize: 10 } I created the…

VIEW QUESTION
Back To Top
Search