26     property string toolTip: _toolButton.text
    28     display: AbstractButton.IconOnly
    38         text: _toolButton.toolTip
    42         if(_backToolTip.text !== 
"") {
    44             _backToolTip.visible = 
true;
    47     onCanceled: _backToolTip.visible = 
false    48     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.