kstars
ScrollBar Class Reference
Inheritance diagram for ScrollBar:

Public Member Functions | |
void | sbOpacity () |
Properties | |
variant | flickable |
bool | hideScrollBarsWhenStopped |
int | scrollbarWidth |
Detailed Description
This qml code implements a vertical scrollbar which shall be displayed in listview of sky-objects.
This piece of code is based on this example code: https://projects.forum.nokia.com/qmluiexamples/browser/qml/qmluiexamples/Scrollable/ScrollBar.qml
Definition at line 14 of file ScrollBar.qml.
Member Function Documentation
void ScrollBar::sbOpacity | ( | ) |
Property Documentation
variant ScrollBar::flickable |
Definition at line 17 of file ScrollBar.qml.
bool ScrollBar::hideScrollBarsWhenStopped |
Definition at line 19 of file ScrollBar.qml.
int ScrollBar::scrollbarWidth |
Definition at line 21 of file ScrollBar.qml.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.