Home
last modified time | relevance | path

Searched refs:startSize_ (Results 1 – 2 of 2) sorted by relevance

/dports/editors/featherpad/FeatherPad-1.0.1/featherpad/
H A Dconfig.cpp76 startSize_ (QSize (700, 500)), in Config()
110 startSize_ = settings.value ("startSize", QSize (700, 500)).toSize(); in readConfig()
111 if (!startSize_.isValid() || startSize_.isNull()) in readConfig()
112 startSize_ = QSize (700, 500); in readConfig()
432 settings.setValue ("startSize", startSize_); in writeConfig()
H A Dconfig.h173 return startSize_; in getStartSize()
176 startSize_ = s; in setStartSize()
613 QSize winSize_, startSize_, prefSize_; variable