hi guys.
Let's say when I start a Qt-Gui, its display starts from (0, 0).Is that possible when I press right key, so that the display starts from (+50, 0) , to make the background looks like moving?:rolleyes:
Printable View
hi guys.
Let's say when I start a Qt-Gui, its display starts from (0, 0).Is that possible when I press right key, so that the display starts from (+50, 0) , to make the background looks like moving?:rolleyes:
Eeeem.... yes.
Hmm... QWidget::move()?
Put that content inside another widget that is a child widget of the top-level one and move that. No idea why you want that, though...
And what do you want to place on top of that?
Use QGraphicsView then. Also have a look at the Parallax Sliding demo.