ScrollViewKCM
ScrollViewKCM Class Reference
Properties | |
alias | view |
Detailed Description
This component is intended to be used as the root item for KCMs that are based upon a list view or another vertical flickable.
It contains a ScrollView as its main item. It is possible to specify a header and footer component.
import org.kde.kcmutils as KCMUtils
KCMUtils.ScrollViewKCM {
header: Item { }
view: ListView { }
footer: Item { }
}
Definition at line 22 of file ScrollViewKCM.qml.
Property Documentation
◆ view
|
read |
view: ScrollView Exposes the internal flickable
Definition at line 28 of file ScrollViewKCM.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:15:20 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.