mauikit / qqc2-desktop-style-maui

Qt Quick Controls 2 by Maui Project. [DEPRECATED]
GNU General Public License v3.0
7 stars 1 forks source link

Style toolbars #3

Open milohr opened 6 years ago

milohr commented 6 years ago

Right now following the proposed HIG we make use of three different toolbars: Header Toolbar: To browse through the different views/pages of the app. And contains the application menu to open the global drawer and most of the times the search action.

Secondary Toolbar: Actions related to the current view/page

Footer Toolbar Quick and important actions, on the bottom for fast an easy access on mobile and touch devices

Here we want to decide how they will look.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/56336382-style-toolbars?utm_campaign=plugin&utm_content=tracker%2F88876229&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F88876229&utm_medium=issues&utm_source=github).
milohr commented 6 years ago

So far the styling goes like this: The Header Toolbar has two separator, on top and bottom and the background colour is : buttonBackgroundColor the Secondary Toolbar has a bottom separator and its background colour is: viewBackgroundColor and finally the Bottom Toolbar has a top separator and its colour is the same as the Header Toolbar.