Plasma

plasmacomponents/qml/Highlight.qml
1 /*
2  SPDX-FileCopyrightText: 2022 Aleix Pol Gonzalez <[email protected]>
3 
4  SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6 
7 import QtQuick 2.15
8 import org.kde.plasma.extras 2.0 as PlasmaExtras
9 
10 /**
11  * @see org::kde::plasma::extras::Highlight
12  * @deprecated Use org::kde::plasma::extras::Highlight instead.
13  */
14 PlasmaExtras.Highlight
15 {
16  id: root
17  // At some point we had the "hover" property which was replaced with "hovered"
18  property alias hover: root.hovered
19  hovered: true
20 }
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:07:38 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.