MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / readSettings

Method readSettings

ASAP/ASAP_Window.cpp:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void ASAP_Window::readSettings()
94{
95 _settings->beginGroup("ASAP");
96 resize(_settings->value("size", QSize(1037, 786)).toSize());
97 if (_settings->value("maximized", false).toBool()) {
98 this->setWindowState(Qt::WindowMaximized);
99 }
100 _settings->endGroup();
101}
102
103void ASAP_Window::loadPlugins() {
104 PathologyViewer* viewer = this->findChild<PathologyViewer*>("pathologyView");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected