Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ loadThemeFile
Method
loadThemeFile
global.cpp:947–949 ·
view source on GitHub ↗
Load a theme from a given file
Source
from the content-addressed store, hash-verified
945
946
// Load a theme from a given file
947
void Global::loadThemeFile(QFile &file, QString themeName) {
948
this->loadThemeFile(resourceList, colorList, file, themeName);
949
}
950
951
952
Callers
1
loadTheme
Method · 0.95
Calls
6
open
Method · 0.80
getImageDirPath
Method · 0.80
remove
Method · 0.80
insert
Method · 0.80
exists
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected