Searched refs:backgroundWarningColor (Results 1 – 10 of 10) sorted by relevance
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/ |
H A D | knewpasswordwidget.cpp | 41 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 D | knewpasswordwidget.h | 71 …Q_PROPERTY(QColor backgroundWarningColor READ backgroundWarningColor WRITE setBackgroundWarningCol… 138 QColor backgroundWarningColor() const;
|
H A D | knewpassworddialog.cpp | 237 QColor KNewPasswordDialog::backgroundWarningColor() const in backgroundWarningColor() function in KNewPasswordDialog 239 return d->ui.pwdWidget->backgroundWarningColor(); in backgroundWarningColor()
|
H A D | knewpassworddialog.h | 202 QColor backgroundWarningColor() const;
|
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/ |
H A D | volume-control.cpp | 345 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 D | volume-control.hpp | 19 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 D | System.qss | 85 qproperty-backgroundWarningColor: rgb(100, 100, 15);
|
H A D | Dark.qss | 578 qproperty-backgroundWarningColor: rgb(127,127,38);
|
H A D | Acri.qss | 701 qproperty-backgroundWarningColor: rgb(152,143,15);
|
H A D | Rachni.qss | 826 qproperty-backgroundWarningColor: rgb(128, 57, 0);
|