# SeakyQt **Repository Path**: seaky02/seaky-qt ## Basic Information - **Project Name**: SeakyQt - **Description**: 个人Qt学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-04-19 - **Last Updated**: 2022-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SeakyQt #### 介绍 个人Qt学习 #### SeakyEmoji QML 粒子模拟 Emoji #### 制作QML组件扩展 参考https://gongjianbo1992.blog.csdn.net/article/details/104079885 ##### 1.SeakySimplePlugin 简单插件。构建后,会生成 dll,这里先手动创建一个 dll 模块同名的文件夹,然后把 dll 以及 qmldir 文件放进去,并把文件夹放到安装目录的 qml 文件夹下。 (相当于 install 到了安装目录的 qml 文件夹下) ##### 2.SeakySimplePluginTest 简单插件测试。 ##### 3.QmlExtensionPlugin 将组件封装为插件。GtComponent为旧方式,GtComponent2为新方式。