Home
last modified time | relevance | path

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

/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/styles/
H A Dgametablestylereader.cpp199 PlayerTopSeatActive.clear(); in readStyleFile()
389 PlayerTopSeatActive = currentDir+QString::fromUtf8(tempString1.c_str()); in readStyleFile()
889 if(PlayerTopSeatActive == "") { in readStyleFile()
890 PlayerTopSeatActive = getFallBackFieldContent("PlayerTopSeatActive", 1); in readStyleFile()
892 …} else if(PlayerTopSeatActive != QString(currentDir+"NULL") && !QFile(PlayerTopSeatActive).exists(… in readStyleFile()
893 itemPicsLeft << "PlayerTopSeatActive = "+PlayerTopSeatActive; in readStyleFile()
894 PlayerTopSeatActive = getFallBackFieldContent("PlayerTopSeatActive", 1); in readStyleFile()
1479 …ps->setStyleSheet("QGroupBox { border:none; background-image: url(\""+PlayerTopSeatActive+"\") }"); in setPlayerSeatActiveStyle()
H A Dgametablestylereader.h392 QString PlayerTopSeatActive; variable