Hi all,
I need to scroll the text in a QLabel as in the following example:
hello world
ello world h
llo world he
lo world hel
o world hell
...
...
I know how to obtain that by manipulating string but I ‘d like to get a smooth scrolling (pixel by pixel) .
Is it possible?
↧