Yes. I found that with Qt 4.6.2 on Linux, setting up a stylesheet to change the color of text in QLabel is very slow.
, setStyle() , setStyleSheet()!
, 50 :
QPalette palette = lbl->palette();
palette.setColor(QPalette::WindowText, Qt::gray);
lbl->setPalette(palette);
, () , QPalette::WindowText QPalette::Window QPalette::Button. . QPalette.