Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi
I want to color a rectangle like this.
Is there any way I can do it?I mean is there any way to generate such patterns in qml?
One way would be to use GridView with a Repeater as model / delegate. Another would be to use an actual image and then use it using Image component.
@sierdzio Thank you..