User Tools

Site Tools


scrollbar

ScrollBar(QScrollBar)

The Qt documentation in C++ of this class can be read here: http://doc.trolltech.com/4.3/qscrollbar.html

A control for the form object, provides a vertical or horizontal slider.

The slider is the classic widget for controlling a bounded value. It lets the user move a slider handle along a horizontal or vertical groove and translates the handle's position into an integer value within the legal range.

Most important

Properties Value , Minimum , Maximum
Events OnEvent

Please read the control class overview Control as well.

PROPERTIES

Value

Property Value As Integer(ReadWrite)


OldValue

Property OldValue As Integer(ReadOnly)


Minimum

Property Minimum As Integer(ReadWrite)


Maximum

Property Maximum As Integer(ReadWrite)


Orientation

Property Orientation As String (ReadWrite)

Possible values are Vertical, Horizontal


InvertedAppearance

Property InvertedAppearance As Boolean(ReadWrite)


InvertedControls

Property InvertedControls As Boolean(ReadWrite)


Tracking

Property Tracking As Boolean(ReadWrite)


PageStep

Property PageStep As Integer(ReadWrite)


SingleStep

Property SingleStep As Integer(ReadWrite)


EVENTS

OnEvent

Sub OnEvent()


scrollbar.txt · Last modified: 2013/04/09 22:58 (external edit)