Hi all
I ve a problen. i need help.
if ill write like
ui.m_pLowerStatusBar->setStyleSheet("QWidget#widget {background-color: yellow}; QWidget#widget_2 {background-color: white"); its not workinf fine.
if iwill write like
ui.m_pLowerStatusBar->setStyleSheet("QWidget#widget {background-color: yellow}");
ui.m_pLowerStatusBar->setStyleSheet("QWidget#widget_2 {background-color: white");
its also not working fine.
Can any body tell me how to fill the back ground of both widget at a time
Bookmarks