Home
last modified time | relevance | path

Searched refs:MenuBgColor (Results 1 – 2 of 2) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/styles/
H A Dgametablestylereader.cpp241 MenuBgColor.clear(); in readStyleFile()
479 MenuBgColor = QString::fromUtf8(tempString1.c_str()); in readStyleFile()
1101 if(MenuBgColor == "") { in readStyleFile()
1102 MenuBgColor = getFallBackFieldContent("MenuBgColor", 0); in readStyleFile()
1419MenuBgColor+"; font-size:12px; border-width: 0px;} QMenuBar::item { background: transparent; color… in setMenuBarStyle()
H A Dgametablestylereader.h438 QString MenuBgColor; variable