Home
last modified time | relevance | path

Searched refs:setChatLogStyle (Results 1 – 3 of 3) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/styles/
H A Dgametablestylereader.h250 void setChatLogStyle(QTextBrowser*);
251 void setChatLogStyle(QPlainTextEdit*);
H A Dgametablestylereader.cpp1338 void GameTableStyleReader::setChatLogStyle(QTextBrowser *tb) in setChatLogStyle() function in GameTableStyleReader
1348 void GameTableStyleReader::setChatLogStyle(QPlainTextEdit* pte) in setChatLogStyle() function in GameTableStyleReader
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/gametable/
H A Dgametableimpl.cpp4078 myGameTableStyle->setChatLogStyle(tabs.textBrowser_Log);
4080 myGameTableStyle->setChatLogStyle(tabs.textBrowser_Chat);
4081 myGameTableStyle->setChatLogStyle(tabs.textEdit_tipInput);
4084 myGameTableStyle->setChatLogStyle(textBrowser_Log);
4085 myGameTableStyle->setChatLogStyle(textBrowser_Chat);
4086 myGameTableStyle->setChatLogStyle(textEdit_tipInput);