Open-MSS / MSS

A QT application, a OGC web map server, a collaboration server to plan atmospheric research flights.
https://open-mss.github.io
Apache License 2.0
55 stars 68 forks source link

table view add ons #200

Closed ReimarBauer closed 3 years ago

ReimarBauer commented 7 years ago

Original report by Reimar Bauer (Bitbucket: ReimarBauer, GitHub: ReimarBauer).


May be the performance dialog could be moved into a docking widget similar as the hexagon flight pattern?

aravindm711 commented 3 years ago

Hey @ReimarBauer does this redesign look good? https://imgur.com/CkYjQ1a

ReimarBauer commented 3 years ago

@joernu76 and/or @Marilyth have a look please

Marilyth commented 3 years ago

It looks fine to me, though I am not the best to judge that. A few little things bother me design wise, like the field next to take off time is shifted a few pixels to the right compared to take off weight, Aircraft: is not in line with Fuel. Generally I am not sure I like the placement of Aircraft in pure aesthetics.

Another thing that bothers me on a very personal level is the use of imperial units instead of metric ones. I will abide, however.

aravindm711 commented 3 years ago

I have rethought the placement of the widgets and fixed the alignment issues from the previous redesign. @Marilyth could you please take a look at this? https://imgur.com/z1KeDtP

Marilyth commented 3 years ago

I definitely like that one better.

I wonder if the Cancel and OK buttons can be cut, now that it is a dockwidget. Though I am not well aware of how MSS is being used in practice, so any further deviations from what is already there should be discussed with @joernu76 or @ReimarBauer

aravindm711 commented 3 years ago

Thank you for the feedback @Marilyth.

It'd be great if I could get some feedback on what to improve on the proposed redesign @joernu76 @ReimarBauer. ( https://imgur.com/z1KeDtP )

joernu76 commented 3 years ago

I like the new widget. The OK/Cancel buttons do not make sense anymore as the widget is not "blocking" anymore. Instead, all other widgets need to be updated now after any change within this widget in contrast to previously, where this was only necessary upon pressing the "OK" button.

aravindm711 commented 3 years ago

thank you for the feedback @joernu76. I'll look into how i can implement this by removing OK/Cancel buttons and updating other widgets automatically.