Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/colors/film/
H A Dfilmtool.cpp195 QHBoxLayout* const inputLevelsLayout = new QHBoxLayout; in FilmTool() local
196 inputLevelsLayout->addWidget(d->levelsHistogramWidget); in FilmTool()
217 inputLevelsLayout->setContentsMargins(d->redInputLevels->gradientOffset(), 0, in FilmTool()
291 grid->addLayout(inputLevelsLayout, 0, 0, 1, 4); in FilmTool()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/colors/adjustlevels/
H A Dadjustlevelstool.cpp203 QHBoxLayout* const inputLevelsLayout = new QHBoxLayout; in AdjustLevelsTool() local
204 inputLevelsLayout->addWidget(d->levelsHistogramWidget); in AdjustLevelsTool()
213 inputLevelsLayout->setContentsMargins(d->inputLevels->gradientOffset(), 0, in AdjustLevelsTool()
323 grid->addLayout(inputLevelsLayout, 0, 0, 1, 7); in AdjustLevelsTool()