Norman0406/LISA-old

GUI design

Opened this issue · 2 comments

find an intuitive GUI design which can display all of the needed information while keeping the GUI simple (Should modules only display information in their respective widgets and the upper toolbar, or should they also be able to add dock widgets outside to the main application - to share it with other modules at the same time?)

I'm not quite happy with the way modules can add gui elements to the application. We have to find a way to add several widgets to the main application, such that all modules can use and access these widgets. However, some widgets might only be necessary when using the current module.

Consider using widgets from QtCreator, such as FancyTabWidget, ModeManager and FancyMainWindow. Can be found in http://qt.gitorious.org/qt-creator/qt-creator/trees/master/src/plugins/coreplugin/