MCPcopy 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
50QPoint Settings::getLayoutViewerWindowPosition() {
51 setting->sync();
52 return setting->value("window/positions/LayoutViewer").toPoint();
53}
54
55void Settings::setLayoutName(QString name) {
56 setting->setValue("layout/name", name);

Callers 1

LayoutViewerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected