# WeComCopy **Repository Path**: android_ios_test/wecom-copy ## Basic Information - **Project Name**: WeComCopy - **Description**: Qt 模仿企业微信界面 - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 314 - **Created**: 2021-07-29 - **Last Updated**: 2021-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeCom_copy # 📚简介 本项目为Qt实现企业微信界面项目,纯界面逻辑,不包含真实业务逻辑。主要用于学习QWidget的使用,包含绘制,布局,信号,事件,重写,多线程,qss等技术使用。 # 💾体验程序 - [安装包地址](https://gitee.com/hudejie/wecom-copy/raw/master/setup/Setup.exe) # 📦软件架构 - Qt 5.9 + msvc 2015 - Windows(x32, x64)/Linux(x32, x64) # 🛠️主要技术 | 模块 | 介绍 | | -------------------|---------------------------------------------------------------------------------- | | qss | 样式表,本程序所有窗体、控件的样式都由qss设计 | | signal\slot | 控件、窗体间通信,事件处理 | | QThread | 异步处理 | | QNetworkAccessManager| 网络请求,主要用于聊天机器人及实时天气获取 | | QPainter | 部分窗口的绘制,例如实时天气界面 | | iconfont | 阿里巴巴矢量图标库,主要用于按钮及标签上图标等显示 | | webenginewidgets | 实现嵌入html,主要用于聊天界面 | | webchannel | 和js进行通信,用于聊天界面交互 | # 🗺️软件截图 ### 导航 ![导航](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/导航.gif) ### 基础框架 ![基础框架](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/基础框架.gif) ### 用户详情 ![用户详情](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/用户详情.png) ### 好友列表 ![好友列表](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/好友列表.gif) ### 模拟登录 ![模拟登录](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/模拟登录.gif) ### 聊天对话框 ![聊天对话框](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/聊天对话框.gif) ### 聊天界面 ![聊天界面](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/聊天界面.gif) ### 智能机器人 ![智能机器人](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/智能机器人.gif) ### 天气预报 ![天气预报](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/天气预报.gif) ### 自绘时钟 ![自绘时钟](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/自绘时钟.gif) ### iconfont图标展示 ![iconfont](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/iconfont.gif) ### 逗逗猫(小猫眼睛随着鼠标位置转动) ![逗逗猫](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/%E9%80%97%E9%80%97%E7%8C%AB.gif) ### 组件 #### 通知提醒框 ![通知提醒框](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/组件_通知提醒框.gif) #### 气泡确认框 ![气泡确认框](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/组件_气泡确认框.gif) #### 滑动输入条 ![滑动输入条](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/组件_滑动输入条.gif) ### 动态主页 ![动态主页](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/动态主页.gif) ![动态主页](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/主页.jpg) ### ECharts表格 ![ECharts表格](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/Echarts.gif) ### 轮播图 ![轮播图](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/轮播图.gif) ### 背景音乐(别撸代码了,听听歌吧) ![背景音乐](https://gitee.com/hudejie/wecom-copy/raw/master/screenshot/背景音乐.gif) # 📝参考网址 #### [📗qt官网](https://doc.qt.io/) #### [📘QTCN开发网](http://www.qtcn.org) #### [📙飞扬青云](https://gitee.com/feiyangqingyun) #### [📙ECharts](https://echarts.apache.org/zh/index.html) # 📌CSDN #### [🎉欢迎关注CSDN](https://blog.csdn.net/qq_25549309) # 🧡Star #### 如果你觉得项目用来学习不错,可以给项目点点star,谢谢。