c++ - scrolling graphicsWidget using mouse -
im adding qgraphicslayoutitem in qgraphicswidget in run time using qgraphicslinearlayout.
i have add more items layout exceeds height of viewport height , items shown outside viewport area.so possible pan or scroll in qgraphicswidget qgraphicsview. qgraphicsview can pan using centeron , showing visible rect.
the normal view 
and when more item added

Comments
Post a Comment