CQString styleStr("" " background-image: url(/usr/share/style/logo.png); " " background-color: rgba(0, 0, 100, 50) ; " " alternate-background-color: rgba(100, 0, 0, 50);"); ui.tableShowcase->setStyleSheet(styleStr);
CQString styleStr("" " background-image: url(/usr/share/style/logo.png); "// " background-color: rgba(0, 0, 100, 50) ; " " alternate-background-color: rgba(100, 0, 0, 50);"); ui.tableShowcase->setStyleSheet(styleStr);
C++ (Qt)mpPlayList->setStyleSheet(config.value("styleSheet"));
C++ (Qt)mpPlayList->setStyleSheet(config.value("styleSheet").toString());
C++ (Qt)mpPlayList->setStyleSheet(config.value("styleSheet"));qDebug() << "style =" << mpPlayList->styleSheet();