MCPcopy 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
45void Settings::setLayoutViewerWindowPosition(QPoint pos) {
46 setting->setValue("window/positions/LayoutViewer", pos);
47 setting->sync();
48}
49
50QPoint Settings::getLayoutViewerWindowPosition() {
51 setting->sync();

Callers 1

closeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected