shapes vs images
Unsolved
Qt for MCUs
-
on a qt for mcu project using shapes (import QtQuick.Shapes). on many places using similar code
Shape
{
ShapePath
{
fillColor: "lightsteelblue"
strokeColor: "lightsteelblue"
startX: 0
startY: 120
PathLine { x: 670; y:120}
PathLine { x: 650; y:150}
PathLine { x: 0; y:150}
PathLine { x:0;y:120}
}
}is it better to use images instead of these