MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / saveWindowGeometry

Method saveWindowGeometry

src/gui/PanFloatingWindow.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void PanFloatingWindow::saveWindowGeometry()
99{
100 auto& s = AppSettings::instance();
101 s.setValue(QString("FloatingPan_%1_Geometry").arg(panId()),
102 QString::fromLatin1(saveGeometry().toBase64()));
103}
104
105void PanFloatingWindow::restoreWindowGeometry()
106{

Callers 3

rearrangeLayoutMethod · 0.80
dockPanadapterMethod · 0.80
prepareShutdownMethod · 0.80

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected