hibtc / madgui-old

[OBSOLETE] GUI for accelerator simulations using MAD-X
MIT License
1 stars 0 forks source link

Make ModelDetailDlg controls integratable into other dialogs #30

Closed coldfix closed 9 years ago

coldfix commented 10 years ago

Showing two successive dialogs when opening a new model is somewhat inconvenient from a user perspective.

It should be quite easy to use the methods to add/control the dialog's elements to the right side of the OpenModelDlg.

The same technology could then be used to add the TwissDialog/BeamDialog to the right side of the ModelDetailDlg (possibly as read-only).

coldfix commented 9 years ago

This will probably lead to a very confusing UI apart from being error-prone to implement. Development should be focussed on simpler dialogs/UI in general.

More importantly, currently, the different dialogs appear at different stages on purpose.