skip to Main Content

Qt5 static build on ubuntu 20.04

Hi I am trying to static build of qt5 since last month and fallow many guidelines available on internet but unable to build it statically. I also fallow the qt guide but they have not provided the solution of errors.…

VIEW QUESTION

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