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

Method restoreWindowGeometry

src/gui/PanFloatingWindow.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void PanFloatingWindow::restoreWindowGeometry()
106{
107 auto& s = AppSettings::instance();
108 QString geom = s.value(QString("FloatingPan_%1_Geometry").arg(panId())).toString();
109 if (!geom.isEmpty()) {
110 restoreGeometry(QByteArray::fromBase64(geom.toLatin1()));
111 }
112}
113
114} // namespace AetherSDR

Callers 1

floatPanadapterMethod · 0.80

Calls 3

toStringMethod · 0.45
valueMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected