Home
last modified time | relevance | path

Searched refs:getShowPhotoMake (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/showfoto/main/
H A Dshowfotosettings.h118 bool getShowPhotoMake() const;
H A Dshowfotosettings.cpp459 bool ShowfotoSettings::getShowPhotoMake() const in getShowPhotoMake() function in ShowFoto::ShowfotoSettings
/dports/graphics/digikam/digikam-7.4.0/core/showfoto/thumbbar/
H A Dshowfototooltipfiller.cpp115 if (settings->getShowPhotoMake() || in ShowfotoItemInfoTipContents()
129 if (settings->getShowPhotoMake()) in ShowfotoItemInfoTipContents()
/dports/graphics/digikam/digikam-7.4.0/core/showfoto/setup/
H A Dshowfotosetuptooltip.cpp235 d->showPhotoMakeBox->setChecked(d->settings->getShowPhotoMake()); in readSettings()