Qt插件框架
- 插件属性配置
- 切换主界面插件
- 调用外部程序作为插件
- ...
- src 主程序WidgetExplorer,解析配置文件,完成初始化
- deps/WECore 生成wecore.dll,WidgetExplorer框架
- plugins/LightWidget 生成LightMain,轻量MainWidget
- plugins/ExamplePlugin 生成ExamplePlugin.dll,示例插件
Qt6
- 导出类到wecore.dll中以改进二进制兼容性
- 添加一些功能
本项目使用APACHE LICENSE, VERSION 2.0许可证,详见LICENSE文件