MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / saveSettings

Method saveSettings

src/dialogs/MainWindow.cpp:1938–1948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1936}
1937
1938void MainWindow::saveSettings() const
1939{
1940 qInfo(Q_FUNC_INFO);
1941
1942 ApplicationSettings *settings = app->getSettings();
1943
1944 settings->setValue("MainWindow/geometry", saveGeometry());
1945 settings->setValue("MainWindow/windowState", saveState());
1946
1947 settings->setValue("Editor/ZoomLevel", zoomLevel);
1948}
1949
1950void MainWindow::restoreSettings()
1951{

Callers

nothing calls this directly

Calls 1

getSettingsMethod · 0.80

Tested by

no test coverage detected