43     property alias indicatorComponent: _indicator.sourceComponent
    55     property alias indicatorSource: _indicator.source
    70     property string editDialogType: type
    73     signal showInput(
string key, 
string title, 
string type, var defaultValue, var properties);
    77     ToolTip.visible: pressed && tooltip != 
""    78     ToolTip.delay: 
Qt.styleHints.mousePressAndHoldInterval
    82     onClicked: showInput(key, title, editDialogType, inputValue, properties)
    84     contentItem: GridLayout {
    90             text: _msgDelegate.text
    94             elide: Label.ElideRight
    95             Layout.fillWidth: 
true   104             wrapMode: Text.WordWrap
   105             Layout.fillWidth: 
true   117             Layout.minimumWidth: item ? implicitWidth : 0
   118             Layout.maximumWidth: item ? implicitWidth : 0
 
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.