Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IENT/YUView
/ getThemeNameList
Function
getThemeNameList
YUViewLib/src/common/Functions.cpp:90–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
QStringList getThemeNameList()
91
{
92
QStringList ret{};
93
ret.append(
"Default"
);
94
ret.append(
"Simple Dark/Blue"
);
95
ret.append(
"Simple Dark/Orange"
);
96
return ret;
97
}
98
99
QString getThemeFileName(QString themeName)
100
{
Callers
1
SettingsDialog
Method · 0.85
Calls
1
append
Method · 0.80
Tested by
no test coverage detected