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

Function getThemeColors

YUViewLib/src/common/Functions.cpp:106–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106QStringList getThemeColors(QString themeName)
107{
108 if (themeName == "Simple Dark/Blue")
109 return QStringList() << "#262626"
110 << "#E0E0E0"
111 << "#808080"
112 << "#3daee9";
113 if (themeName == "Simple Dark/Orange")
114 return QStringList() << "#262626"
115 << "#E0E0E0"
116 << "#808080"
117 << "#FFC300 ";
118 return QStringList();
119}
120
121QString formatDataSize(double size, bool isBits)
122{

Callers 3

updateSettingsMethod · 0.85
convertIconMethod · 0.85
convertPixmapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected