If it is only a label with text, I would do all the painting myself in a subclassed QLabel or even in a simple QWidget. Or you can alter QLabel and use QWidget::scroll() with a timer.
If it is only a label with text, I would do all the painting myself in a subclassed QLabel or even in a simple QWidget. Or you can alter QLabel and use QWidget::scroll() with a timer.
Jones (22nd April 2010)
Bookmarks