TGadgetScrollbar Class
| Header: | #include <TGadgetScrollbar> |
Properties
- autoHide : const bool
- horizontal : const bool
- vertical : const bool
Public Functions
| TGadgetScrollbar(QObject *parent = nullptr) | |
| bool | autoHide() const |
| bool | horizontal() const |
| bool | vertical() const |
Signals
| void | autoHideChanged() |
| void | horizontalChanged() |
| void | verticalChanged() |
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() |