Hello,
QGraphicsItem:aint 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!
Hello,
QGraphicsItem:aint 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.
lni (22nd June 2011)
Bookmarks