Home
last modified time | relevance | path

Searched refs:StandardBackground (Results 1 – 17 of 17) sorted by relevance

/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/
H A Dplasma.h300 StandardBackground = 1, /**< The standard background from the theme is drawn */ enumerator
304 DefaultBackground = StandardBackground, /**< Default settings: both standard background */
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/components/containmentlayoutmanager/qml/
H A DBasicAppletContainer.qml25 && !(contentItem.effectiveBackgroundHints & PlasmaCore.Types.StandardBackground)
96 } else if (contentItem.effectiveBackgroundHints & PlasmaCore.Types.StandardBackground) {
145 …rEnabled && (appletContainer.applet.effectiveBackgroundHints & PlasmaCore.Types.StandardBackground)
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/containments/desktop/package/contents/ui/
H A DConfigOverlay.qml193 …checked: applet.effectiveBackgroundHints & PlasmaCore.Types.StandardBackground || applet.effective…
197 …if (applet.backgroundHints & PlasmaCore.Types.StandardBackground || applet.backgroundHints & Plasm…
200 applet.userBackgroundHints = PlasmaCore.Types.StandardBackground;
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/welcomepage/qml/
H A Darea_review.qml9 StandardBackground
H A Darea_code.qml11 StandardBackground {
H A Darea_debug.qml11 StandardBackground
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/examples/applets/conditionalloader/contents/ui/
H A Dmain.qml52 plasmoid.backgroundHints = 1//TODO: make work "StandardBackground"
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasmaquick/
H A Ddialog.h161 StandardBackground = 1, /**< The standard background from the theme is drawn */ enumerator
H A Ddialog.cpp69 , backgroundHints(Dialog::StandardBackground) in DialogPrivate()
/dports/devel/plasma5-plasma-sdk/plasma-sdk-5.23.5/plasmoidviewer/qmlpackages/shell/contents/applet/
H A DCompactApplet.qml144 …pes.DesktopFullyCovered) ? PlasmaCore.Dialog.SolidBackground : PlasmaCore.Dialog.StandardBackground
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/desktoppackage/contents/applet/
H A DCompactApplet.qml169 …pes.DesktopFullyCovered) ? PlasmaCore.Dialog.SolidBackground : PlasmaCore.Dialog.StandardBackground
/dports/deskutils/latte-dock/latte-dock-0.10.6/shell/package/contents/applet/
H A DCompactApplet.qml167 …pes.DesktopFullyCovered) ? PlasmaCore.Dialog.SolidBackground : PlasmaCore.Dialog.StandardBackground
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/systemtray/package/contents/ui/
H A Dmain.qml213 …pes.DesktopFullyCovered) ? PlasmaCore.Dialog.SolidBackground : PlasmaCore.Dialog.StandardBackground
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/declarativeimports/core/
H A Dplugins.qmltypes711 "StandardBackground": 1,
752 "StandardBackground": 1
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/shell/
H A Dpanelview.cpp56 , m_backgroundHints(Plasma::Types::StandardBackground) in PanelView()
/dports/deskutils/latte-dock/latte-dock-0.10.6/plasmoid/package/contents/ui/
H A Dmain.qml203 …Plasmoid.backgroundHints: inPlasmaDesktop ? PlasmaCore.Types.StandardBackground : PlasmaCore.Types…
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dplasma.py5066 StandardBackground = 0 variable in Plasma.Applet