ScrollViewKCM

Search for usage in LXR

ScrollViewKCM Class Reference

Inherits org::kde::kcmutils::AbstractKCM.

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

alias ScrollViewKCM::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 Sat Apr 27 2024 22:12:18 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.