30 icon.name:
"view-more-symbolic" 31 icon.source:
"qrc:/de/skycoder42/qtmvvm/quick/icons/ic_more_vert.svg" 34 checked: _moreMenu.visible
48 readonly property alias moreMenu: _moreMenu
62 default property alias menuContent: _moreMenu.contentData
65 visible: _moreMenu.visible
71 visible: _menuButton.checked
74 Component.onCompleted: {
76 _moreMenu.y =
Qt.binding(
function(){
77 return _menuButton.height + Math.max(0, (parent.height - _menuButton.height)/2);
80 _moreMenu.y =
Qt.binding(
function(){
81 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.