Home
last modified time | relevance | path

Searched refs:backgroundWarningColor (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dknewpasswordwidget.cpp41 QColor backgroundWarningColor; member in KNewPasswordWidgetPrivate
73 backgroundWarningColor = defaultBackgroundColor; in init()
87 …Active, QPalette::Base, (match || partialMatch) ? defaultBackgroundColor : backgroundWarningColor); in passwordChanged()
232 QColor KNewPasswordWidget::backgroundWarningColor() const in backgroundWarningColor() function in KNewPasswordWidget
234 return d->backgroundWarningColor; in backgroundWarningColor()
288 d->backgroundWarningColor = color; in setBackgroundWarningColor()
H A Dknewpasswordwidget.h71 …Q_PROPERTY(QColor backgroundWarningColor READ backgroundWarningColor WRITE setBackgroundWarningCol…
138 QColor backgroundWarningColor() const;
H A Dknewpassworddialog.cpp237 QColor KNewPasswordDialog::backgroundWarningColor() const in backgroundWarningColor() function in KNewPasswordDialog
239 return d->ui.pwdWidget->backgroundWarningColor(); in backgroundWarningColor()
H A Dknewpassworddialog.h202 QColor backgroundWarningColor() const;
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dvolume-control.cpp345 return backgroundWarningColor; in getBackgroundWarningColor()
350 backgroundWarningColor = std::move(c); in setBackgroundWarningColor()
579 backgroundWarningColor.setRgb(0x7f, 0x7f, 0x26); // Dark yellow in VolumeMeter()
884 backgroundWarningColor); in paintHMeter()
895 backgroundWarningColor); in paintHMeter()
905 height, backgroundWarningColor); in paintHMeter()
975 backgroundWarningColor); in paintVMeter()
986 backgroundWarningColor); in paintVMeter()
997 backgroundWarningColor); in paintVMeter()
H A Dvolume-control.hpp19 Q_PROPERTY(QColor backgroundWarningColor READ getBackgroundWarningColor property in VolumeMeter
109 QColor backgroundWarningColor; member in VolumeMeter
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/data/themes/
H A DSystem.qss85 qproperty-backgroundWarningColor: rgb(100, 100, 15);
H A DDark.qss578 qproperty-backgroundWarningColor: rgb(127,127,38);
H A DAcri.qss701 qproperty-backgroundWarningColor: rgb(152,143,15);
H A DRachni.qss826 qproperty-backgroundWarningColor: rgb(128, 57, 0);