Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBangla/OpenBangla-Keyboard
/ getLayoutViewerWindowPosition
Method
getLayoutViewerWindowPosition
src/shared/Settings.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
QPoint Settings::getLayoutViewerWindowPosition() {
51
setting->sync();
52
return setting->value(
"window/positions/LayoutViewer"
).toPoint();
53
}
54
55
void Settings::setLayoutName(QString name) {
56
setting->setValue(
"layout/name"
, name);
Callers
1
LayoutViewer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected