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

Python JSON issues

I am a total beginner and am currently trying to learn python. Right now objects is my biggest issue. I have a simple project where I request an REST api und the response is json and looks a bit like…

VIEW QUESTION
Back To Top
Search