org::kde::kcm::ScrollViewKCM

Search for usage in LXR

org::kde::kcm::ScrollViewKCM Class Reference

Inherits kcm.

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.

Since
1.2 It contains a ScrollView as its main item. It is possible to specify a header and footer component.
import org.kde.kcm 1.2 as KCM
KCM.ScrollViewKCM {
header: Item {...}
view: ListView {
...
}
footer: Item {...}
}

Definition at line 25 of file ScrollViewKCM.qml.

Property Documentation

◆ view

alias org::kde::kcm::ScrollViewKCM::view
read

view: ScrollView Exposes the internal flickable

Definition at line 31 of file ScrollViewKCM.qml.


The documentation for this class was generated from the following file:
alias view
view: ScrollView Exposes the internal flickable
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:01:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.