Warning, /plasma/plasma-desktop/kcms/keyboard/tastenbrett/qml/IndicatorDoodad.qml is written in an unsupported language. File is not indexed.
0001 /* 0002 SPDX-FileCopyrightText: 2019 Harald Sitter <sitter@kde.org> 0003 0004 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0005 */ 0006 0007 import QtQuick 2.12 0008 0009 ShapeDoodad { 0010 lineWidth: 0 // indicators can be tiny. don't draw the stroke, it may overlap the fill 0011 fillStyle: doodad.on ? activePalette.highlight : disabledPalette.light 0012 }