26     property string toolTip: _toolButton.text
    28     display: AbstractButton.IconOnly
    39     icon.color: helper.
text    41     ToolTip.visible: pressed && _toolButton.toolTip != 
""    42     ToolTip.delay: 
Qt.styleHints.mousePressAndHoldInterval
    43     ToolTip.text: _toolButton.toolTip
    46         if(_toolButton.toolTip !== 
"")
 color text
The color to use for text. 
A helper class to get style-dependant colors. 
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.