MCPcopy Create free account
hub / github.com/IENT/YUView / getThemeFileName

Function getThemeFileName

YUViewLib/src/common/Functions.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99QString getThemeFileName(QString themeName)
100{
101 if (themeName == "Simple Dark/Blue" || themeName == "Simple Dark/Orange")
102 return ":YUViewSimple.qss";
103 return "";
104}
105
106QStringList getThemeColors(QString themeName)
107{

Callers 1

updateSettingsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected