[SOLVED] make a widget extends automatically when its width is exceeded
-
Hi,
i f I understood correctly you're trying to implement something that allows to scroll over a plot.
In that case (if you can't or simply don't want use 3rd libraries); I suggest to move to QGraphicsScene.Using QGraphicsScene/View you can set the data in the scene and view them using the view (scrolling and zooming are ready for you).
-
Hi,
i f I understood correctly you're trying to implement something that allows to scroll over a plot.
In that case (if you can't or simply don't want use 3rd libraries); I suggest to move to QGraphicsScene.Using QGraphicsScene/View you can set the data in the scene and view them using the view (scrolling and zooming are ready for you).
-
Hi,
i f I understood correctly you're trying to implement something that allows to scroll over a plot.
In that case (if you can't or simply don't want use 3rd libraries); I suggest to move to QGraphicsScene.Using QGraphicsScene/View you can set the data in the scene and view them using the view (scrolling and zooming are ready for you).