Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBangla/OpenBangla-Keyboard
/ setLayoutViewerWindowPosition
Method
setLayoutViewerWindowPosition
src/shared/Settings.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void Settings::setLayoutViewerWindowPosition(QPoint pos) {
46
setting->setValue(
"window/positions/LayoutViewer"
, pos);
47
setting->sync();
48
}
49
50
QPoint Settings::getLayoutViewerWindowPosition() {
51
setting->sync();
Callers
1
closeEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected