TGadgetScrollbar Class

Header: #include <TGadgetScrollbar>

Properties

Public Functions

TGadgetScrollbar(QObject *parent = nullptr)
bool autoHide() const
bool horizontal() const
bool vertical() const

Signals

Detailed Description

See also TGadgetScrollbar.

Property Documentation

autoHide : const bool

Access functions:

bool autoHide() const

Notifier signal:

void autoHideChanged()

horizontal : const bool

Access functions:

bool horizontal() const

Notifier signal:

void horizontalChanged()

vertical : const bool

Access functions:

bool vertical() const

Notifier signal:

void verticalChanged()

Member Function Documentation

TGadgetScrollbar::TGadgetScrollbar(QObject *parent = nullptr)

Default constructs an instance of TGadgetScrollbar.