Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/showfoto/main/
H A Dshowfotosettings.h109 bool getShowFileSize() const;
H A Dshowfotosettings.cpp444 bool ShowfotoSettings::getShowFileSize() const in getShowFileSize() function in ShowFoto::ShowfotoSettings
/dports/graphics/digikam/digikam-7.4.0/core/showfoto/thumbbar/
H A Dshowfototooltipfiller.cpp63 settings->getShowFileSize() || in ShowfotoItemInfoTipContents()
82 if (settings->getShowFileSize()) in ShowfotoItemInfoTipContents()
/dports/graphics/digikam/digikam-7.4.0/core/showfoto/setup/
H A Dshowfotosetuptooltip.cpp231 d->showFileSizeBox->setChecked(d->settings->getShowFileSize()); in readSettings()