In my app I'd like to have a sidebar menu, like you find one in the Google Playstore or on Youtube.com etc.
The QML MenuBar as set in ApplicationWindow seems to be horizontally only.

Is there any QtQick 2.2 component I could use for that purpose?
Or any other recommendable way to accomplish that goal without building everything from scratch?

I'd believe this must probably be quite a common question, although I did not find anything about that in the forum.