18 property string toolTip: _roundButton.text
20 display: AbstractButton.IconOnly
23 implicitHeight: 56 + padding
24 implicitWidth: 56 + padding
31 text: _roundButton.toolTip
35 if(_backToolTip.text !==
"") {
37 _backToolTip.visible =
true;
40 onCanceled: _backToolTip.visible =
false 41 onReleased: _backToolTip.visible =
false
static void hapticLongPress()
Performs haptic feedback of a long press (Android only)
The QML import for the QtMvvmQuick QML module.
A QML singleton to access common presenter methods globally.