18     property string toolTip: _roundButton.text
    20     display: AbstractButton.IconOnly
    23     implicitHeight: 56 + padding
    24     implicitWidth: 56 + padding
    29     ToolTip.visible: pressed && _roundButton.toolTip != 
""    30     ToolTip.delay: 
Qt.styleHints.mousePressAndHoldInterval
    31     ToolTip.text: _roundButton.toolTip
    34         if(_roundButton.toolTip !== 
"")
 
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.