mattrussmill / qcvTouchUp

Simple image viewer and editor for photographs - OpenCV and Qt Widgets application
GNU General Public License v3.0
5 stars 1 forks source link

Main Menu #22

Closed mattrussmill closed 6 years ago

mattrussmill commented 6 years ago

The QML menu shall not be flickable when all the elements fit within the menu. The menu also needs a graphical overhaul to look more appealing.

mattrussmill commented 6 years ago

Left image properties should be both expanded to include format type and made larger to take up space

mattrussmill commented 6 years ago

Must size the spacing between the menu items based on the transition size of the largest item's width.

https://forum.qt.io/topic/55963/solved-qml-how-to-get-listview-height-and-width-of-it-s-children-elements-possibly-delegates/4

mattrussmill commented 6 years ago

Also don't have side menus go all the way down if they're too short. More aesthetically pleasing. (Also fix above). Also have option of being popout? Probably better as a popout as default, but mountable as well.

mattrussmill commented 6 years ago

Completely re-designed main menu. Overhaul complete and all menu items condensed into right pane only.