Well, the state related method is mine, why do I need to work with proxy (regarding zooming) instead of widget itself?
Well, the state related method is mine, why do I need to work with proxy (regarding zooming) instead of widget itself?
Qt 5.3 Opensource & Creator 3.1.2
You realize there is a QWidget::windowState() method, right?
It seems more natural when dealing with graphics view to operate on the item level. If you resize the proxy, the widget should follow. That's not zooming, by the way.why do I need to work with proxy (regarding zooming) instead of widget itself?
Bookmarks