Obsolete Members for BottomEdgeHint

The following members of QML type BottomEdgeHint are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Property Documentation

state : string

BottomEdgeHint can take 2 states of visibility: Hidden, Visible.

StateDescription
HiddenThe hint is not shown at all and cannot be activated.
VisibleThe hint is in a state where it is visible but not active. clicked signal is not emitted.

Defaults to Visible.