paceholder / component-managerLinks
Qt Component Manager. Manage objects located in shared libraries
☆22Updated 8 years ago
Alternatives and similar repositories for component-manager
Users that are interested in component-manager are comparing it to the libraries listed below
Sorting:
- Serialization of QObject property tree <==> QVariantMap <==> {Json, XML, ...}☆39Updated 6 years ago
- A factory class to easily load generic plugins☆13Updated 6 years ago
- A class to easily register your application as autostart application☆18Updated 7 years ago
- A plugin system for Qt applications that allows modular applications to be created.☆31Updated 4 years ago
- C++ Plugin framework☆81Updated 4 years ago
- Template-based tree and table model creation for Qt MVC in a modern c++11 functional style (More easy than direct using QAbstractItemMode…