[SOLVED] Pagestack alternative for Windows/Linux program : Menu navigation with corresponding toolbar ?
-
Hi,
I am designing a large fullscreen touch application for windows/linux,
and I'm looking for an elegant solution :I have a main 'front screen' with a top information bar and a bottom button bar
I want to implement a menu system with several levels and custom editing forms.
When going deeper, the toolbar should adjust according to the context.
depth of menu example : front screen -> main menu -> diagnostics -> motor settings -> alignmentI found the PageStack component, very interesting, but this seems to be for Symbian only.
Is there an alternative component or approach recommended, to implement a navigation/menu structure
for Windows/Linux, in an elegant way ?Thanks
serdef -
I found stackview, and try to use this now, it seems suitable :
http://qt-project.org/doc/qt-5/qml-qtquick-controls-stackview.html -