Entry¶
Entry is a passive menu entry. This should be a container element for anything shown in a menu.
A menu fancy item:¶
Menu { title: "Menu2" // ... Entry { height: 80; Loading { anchors.fill: parent; anchors.margins: 5; } } }
Whether entry accepts user interaction. If false, keyboard navigation will never stop on this item.
Note
Default value is
false
.