30     icon.name: 
"view-more-symbolic"    31     icon.source: 
"qrc:/de/skycoder42/qtmvvm/quick/icons/ic_more_vert.svg"    34     checked: _moreMenu.visible
    47     readonly property alias moreMenu: _moreMenu
    61     default property alias menuContent: _moreMenu.contentData
    64         visible: _moreMenu.visible
    70         visible: _menuButton.checked
    73     Component.onCompleted: {
    75             _moreMenu.y = 
Qt.binding(
function(){
    76                 return _menuButton.height + Math.max(0, (parent.height - _menuButton.height)/2);
    79             _moreMenu.y = 
Qt.binding(
function(){
    80                 return Math.min(0, (_menuButton.height - parent.height)/2);
 
QString currentStyle
The name of the currently active Quick Controls 2 Style. 
 
The QML import for the QtMvvmQuick QML module. 
 
A QML singleton to access common presenter methods globally.