QQuickPaintedItem has non virtual contentsBoundingRect method.
But bounding rect could be extended only in size. Is there the way to modify bounding rect by shifting it?
For example, item rect is [0, 0, 10, 10]. I want to set bounding rect to [-5, -5, 15, 15]. Is it possible?
↧








