ScrollViewKCM QML Type

This component is intended to be used as the root item for KCMs that are based upon a list view or another vertical flickable. More...

Import Statement: import org.kde.kcmutils
Inherits:

AbstractKCM

Properties

Detailed Description

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 { }
 }

Property Documentation

view : ScrollView

Exposes the internal flickable.