MCPcopy 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
90QStringList 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
99QString getThemeFileName(QString themeName)
100{

Callers 1

SettingsDialogMethod · 0.85

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected