Create a submenu like kicker in Qml (kde application menu)
Unsolved
QML and Qt Quick
-
I am on a kde plasmoid for my own usage. It is an applicaton menu like kicker and I am trying to make to open a submenu when I click on an item in main menu like in the picture :
But all I can manage is this
How can I open the submenu outside the main item of the plasmoid.Take into account that the submenu is a ListView as also is the main menu.