MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / GetStyleColor

Method GetStyleColor

DSView/pv/config/appconfig.cpp:441–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439}
440
441QColor AppConfig::GetStyleColor()
442{
443 if (IsDarkStyle()){
444 return QColor(38, 38, 38);
445 }
446 else{
447 return QColor(248, 248, 248);
448 }
449}
450
451
452//-------------api

Callers 4

AttachNativeWindowMethod · 0.80
showPopupMethod · 0.80
update_distMethod · 0.80
set_cursor_btn_colorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected