MCPcopy Create free account
hub / github.com/ON4QZ/QSSTV / writeSettings

Method writeSettings

src/editor/editor.cpp:80–89  ·  view source on GitHub ↗

! writes the settings (saved images for tx,rx,templates) */

Source from the content-addressed store, hash-verified

78 writes the settings (saved images for tx,rx,templates)
79*/
80void editor::writeSettings()
81{
82 QSettings qSettings;
83 qSettings.beginGroup ("Editor" );
84 qSettings.setValue ( "windowWidth", width() );
85 qSettings.setValue ( "windowHeight", height() );
86 qSettings.setValue ( "windowX", x() );
87 qSettings.setValue ( "windowY", y() );
88 qSettings.endGroup();
89}
90
91
92void editor::initActions()

Callers 1

slotFileQuitMethod · 0.45

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected