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

QML Image Masking – Photoshop

I have been working on a project where I need to apply image masking that applies an effect like this: Pic1: https://i.stack.imgur.com/6zI2x.jpg Pic2: https://i.stack.imgur.com/z7IVX.jpg Mask frame: https://i.stack.imgur.com/3syEm.jpg Desired effect: https://i.stack.imgur.com/t2kO5.jpg I got it to work by using OpacityMask however to…

VIEW QUESTION
Back To Top
Search