alpartis / sunrise

sample QtQuick application for my personal training and learning
MIT License
0 stars 0 forks source link

add expanding "Activities" submenu #7

Open alpartis opened 2 years ago

alpartis commented 2 years ago

The menu drawer for the main GUIQML currently contains 6 items: Dialpad, SunScreen, Page 1, Favorite Girls, Days Alive, and Exit. All of these are displayed "at the top level."

Instead, the menu should have just 3 items at this top level: Dialpad, Activities, and Exit. When Activities is selected, the menu should "expand" with an Activities submenu that contains the other items: SunScreen, Page 1, Favorite Girls, and Days Alive.

The "new" version of the menu, when "expanded" should look something like this:

Dialpad Activities SunScreen Page 1 Favorite Girls Days Alive Exit

When not expanded it will just have the 3 "top level" items showing:

Dialpad Activities Exit

This should be similar to the operation of the "Advanced" menu item in the attached images.

image image

alpartis commented 2 years ago

See short video clip (attached) for example operation

https://user-images.githubusercontent.com/5375400/150165561-72fe514f-7f88-4efb-803c-f77262fee64a.mp4