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

Module Signals/Slots #34

Closed Norman0406 closed 11 years ago

Norman0406 commented 11 years ago

Implement a way for modules to add widgets to the main application using signals and slots. A widget type can be identified by an enum like WT_TOOLBAR, WT_SIDEBAR, WT_MAIN etc. and the application adds the widget according to the type at the right position.