|
Project Information
|
This is a plugin framework loosely based on OSGi standard. The goal is to allow application developers to concentrate on developing modules for an application. Such that applications can later on be assembled by putting together different modules. Also allows one to easily switch between different GUIs while still using the same components. The GUI part of the project uses QwwWidgets and since I'm using Qt 5.2 and the wwWidgets project is based on Qt 4, I've made some changes and included the modified version of wwWidgets. |