Hi all.
I ve a problem. the following code i9s not working for me.

Pointer->LoadStyleSheet("pagefold.qss");
ui.m_pLowerStatusBar->setStyleSheet("QWidget#widget {background-color: blue}");

Its loading the qss file only. inside it QWidget is gray. But there is a widget. itried to fill like 2nd line. But its not working.
same code is working fine if i give like
Pointer->LoadStyleSheet("default.qss");
ui.m_pLowerStatusBar->setStyleSheet("QWidget#widget {background-color: blue}");

Can any body help me?

Thank you All.