Home
last modified time | relevance | path

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

/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A DRelief.py129 automaticColors = self.parameterAsBoolean(parameters, self.AUTO_COLORS, context)
137 if automaticColors:
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/qgis/
H A DRelief.py131 automaticColors = self.parameterAsBoolean(parameters, self.AUTO_COLORS, context)
139 if automaticColors:
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dtimetableprintform.h104 QCheckBox* automaticColors; variable
H A Dtimetableprintform.cpp374 automaticColors=new QCheckBox(tr("Colors")); in TimetablePrintForm()
375 automaticColors->setChecked(false); in TimetablePrintForm()
589 optionsBoxGrid->addWidget(automaticColors,7,1); in TimetablePrintForm()
692automaticColors->setChecked(settings.value(this->metaObject()->className()+printAutomaticColorsSta… in TimetablePrintForm()
739 …settings.setValue(this->metaObject()->className()+printAutomaticColorsState, automaticColors->isCh… in ~TimetablePrintForm()
1051 if(automaticColors->isChecked()){ in updateHtmlPrintString()