Introduction
The ipackage library provides dynamic package and plugin loading functionality for extensible applications.
Key Features
- Package Loading: Dynamic loading of plugin packages
- Component Access: Simplified component accessor pattern
- Plugin Architecture: Support for modular plugin systems
- Dynamic Extensions: Runtime extension loading
Architecture
Key components:
Dependencies
- istd: Standard utilities and interfaces
- icomp: Component framework
- Qt Core: Plugin loading support
See Also