Norman0406 / LISA-old

Old repository for the first LISA attempt. Development is continued in https://github.com/Norman0406/LISA
GNU General Public License v3.0
1 stars 0 forks source link

GUI design #28

Open Norman0406 opened 11 years ago

Norman0406 commented 11 years ago

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?)

Norman0406 commented 11 years ago

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.

Norman0406 commented 11 years ago

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/