Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/styles/
H A Dgametablestylereader.cpp197 RadioButtonUncheckedHover.clear(); in readStyleFile()
385 RadioButtonUncheckedHover = currentDir+QString::fromUtf8(tempString1.c_str()); in readStyleFile()
881 if(RadioButtonUncheckedHover == "") { in readStyleFile()
882 RadioButtonUncheckedHover = getFallBackFieldContent("RadioButtonUncheckedHover", 1); in readStyleFile()
884 …} else if(RadioButtonUncheckedHover != QString(currentDir+"NULL") && !QFile(RadioButtonUncheckedHo… in readStyleFile()
885 itemPicsLeft << "RadioButtonUncheckedHover = "+RadioButtonUncheckedHover; in readStyleFile()
886 RadioButtonUncheckedHover = getFallBackFieldContent("RadioButtonUncheckedHover", 1); in readStyleFile()
1490 …"\");} QRadioButton::indicator:unchecked:hover { image: url(\""+RadioButtonUncheckedHover+"\");} Q… in setAwayRadioButtonsStyle()
H A Dgametablestylereader.h390 QString RadioButtonUncheckedHover; variable