View Single Post
Ancelad's Avatar
Posts: 1,552 | Thanked: 3,108 times | Joined on Jun 2012 @ Russia, 96
#2569
Originally Posted by Markkyboy View Post
I seem to recall images being used within the description page of a patch, like say the paypal logo, how was that done?, I've added some html into the patch.json file but no matter what I do , it won't display, actually the patch doesn't even show in the patch list. Is this possible, if so, how?, thanks
MouseArea {
id: donate
width: bla-bla
height: width
Image {
anchors.fill: parent
source: bla-bla-bla
}
onClicked {
bla-bla-bla
}
}

Obviosly bla-bla should be defined by yourself.
 

The Following 2 Users Say Thank You to Ancelad For This Useful Post: