Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aldelaro5/dolphin-memory-engine
/ getMainWindowGeometry
Method
getMainWindowGeometry
Source/GUI/Settings/SConfig.cpp:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
QByteArray SConfig::getMainWindowGeometry() const
82
{
83
return value(
"mainWindowSettings/mainWindowGeometry"
, QByteArray{}).toByteArray();
84
}
85
86
QByteArray SConfig::getMainWindowState() const
87
{
Callers
1
MainWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected