• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kalgebra

  • sources
  • kde-4.14
  • kdeedu
  • kalgebra
  • mobile
  • plugins
  • widgets
  • kde
kde/SimpleListView.qml
Go to the documentation of this file.
1 import org.kde.plasma.components 0.1
2 import QtQuick 1.0
3 
4 ListView
5 {
6  id: scrollList
7  property string role: ""
8  property string title: ""
9  delegate: Label { text: model[role] }
10  header: Label { visible: ListView.view.title!=""; text: ListView.view.title }
11  clip: true
12 
13  ScrollBar {
14  id: scrollBar
15  orientation: Qt.Vertical
16  flickableItem: scrollList
17  stepSize: 40
18  scrollButtonInterval: 50
19  anchors {
20  top: scrollList.top
21  right: scrollList.right
22  bottom: scrollList.bottom
23  }
24  }
25 }
26 
Label
Definition: desktop/Label.qml:3
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kalgebra

Skip menu "kalgebra"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal