Hello,
QGraphicsItem::paint always give me the entire item's boundingRect for option->exposedRect.
What is the flag to set so the option->exposedRect will be minimum?
Thanks!
Printable View
Hello,
QGraphicsItem::paint always give me the entire item's boundingRect for option->exposedRect.
What is the flag to set so the option->exposedRect will be minimum?
Thanks!
setFlag (QGraphicsItem::ItemUsesExtendedStyleOption) on QGraphicsItem.