Home
last modified time | relevance | path

Searched refs:variableIcon (Results 1 – 5 of 5) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dutilsicons.cpp313 static const IconStringMaskAndColor variableIcon { in iconForType() local
408 variableIcon in iconForType()
414 variableIcon, protectedBackgroundIcon, protectedIcon in iconForType()
420 variableIcon, privateBackgroundIcon, privateIcon in iconForType()
426 variableIcon, staticBackgroundIcon, staticIcon in iconForType()
432 variableIcon, staticBackgroundIcon, staticIcon, protectedBackgroundIcon, protectedIcon in iconForType()
438 variableIcon, staticBackgroundIcon, staticIcon, privateBackgroundIcon, privateIcon in iconForType()
480 variableIcon, propertyBackgroundIcon, propertyIcon in iconForType()
/dports/sysutils/kcron/kcron-21.12.3/src/crontablib/
H A Dctvariable.h56 QIcon variableIcon() const;
H A Dctvariable.cpp115 QIcon CTVariable::variableIcon() const in variableIcon() function in CTVariable
/dports/sysutils/kcron/kcron-21.12.3/src/
H A DvariableWidget.cpp36 setIcon(column++, ctVariable->variableIcon()); in refresh()
H A DvariableEditorDialog.cpp188 …mDetailsIcon->setPixmap(tempVariable.variableIcon().pixmap(style()->pixelMetric(QStyle::PM_SmallIc… in slotWizard()