Animated labels and progress bars in Oxygen considered harmful?

Christoph Feck christoph at maxiom.de
Tue Dec 1 23:39:25 GMT 2009


On Wednesday 02 December 2009 00:29:04 Dario Freddi wrote:
> On Wednesday 02 December 2009 00:10:19 Aurélien Gâteau wrote:
> > I would suggest removing label and possibly progress bar animations
> In my opinion, since they're causing problems just with a short range of
> applications, I'd prefer an API-side method to disable them

Hm, maybe this:

    QProgressBar *myBar = new QProgressBar(stuff);
    myBar->setProperty("_kde_animate", false);

Or even, for whatever reason, to disable all animations:

    QApplication::style()->setProperty("_kde_animate", false);

Doesn't break any existing app.




More information about the kde-core-devel mailing list