Hi,

I am trying to port an App form Sailfish to Android. Since Android does not provide push and pull menus I need to store my settings somewhere else. My plan was to use StackView with a tool bar. Within the toolbar I have a settings button that opens a context menu. This works but it always displays the menu from the main.qml. How can I adjust the menu so that I have a view specific menu?
My plan was to somehow get the view "name" and adjust the main menu accordingly. But so far I was not able to figure out to get the view "name".