MCPcopy Create free account
hub / github.com/YACReader/yacreader / loadConfiguration

Method loadConfiguration

YACReader/main_window_viewer.cpp:230–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 delete showFlowAction;
229}
230void MainWindowViewer::loadConfiguration()
231{
232 settings = new QSettings(YACReader::getSettingsPath() + "/YACReader.ini", QSettings::IniFormat);
233
234 Configuration &config = Configuration::getConfiguration();
235 config.load(settings);
236 currentDirectory = config.getDefaultPath();
237 fullscreen = config.getFullScreen();
238}
239
240void MainWindowViewer::setupUI()
241{

Callers

nothing calls this directly

Calls 3

getDefaultPathMethod · 0.80
getFullScreenMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected