KChatQML

所属分类:微信小程序
开发工具:QML
文件大小:0KB
下载次数:0
上传日期:2024-01-03 11:19:32
上 传 者sh-1993
说明:  使用Qt QML模拟微信接口实现的项目。它可以帮助您快速了解QML如何快速开发接口
(a project that uses Qt QML to imitate the WeChat interface implementation. It can help you quickly understand how QML can quickly develop interfaces)

文件列表:
3rdparty/
cmake/
images/
qmake/
scripts/
src/
tests/
CMakeLists.txt
CNAME
LICENSE

[![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![MIT License][license-shield]][license-url] [![LinkedIn][linkedin-shield]][linkedin-url]

Logo

KWechatQml

KWechatQml
Explore the docs

View Demo · Report Bug · Request Feature

# KWechatQml [中文/Chinese](https://github.com/kevinlq/KChatQML/blob/master/README_zh.md) > `KWechatQml` is a project that uses Qt/QML to imitate the WeChat interface implementation. It can help you quickly understand how QML can quickly develop interfaces. ## Build and run ### use From this project, you can learn the following knowledge points: - Supports dynamic skin switching (built-in light and dark colors) - Support dynamic switching of languages - `QML` How to customize components - `QML` How to dynamically create components - How to develop interface with `MVC` -… ![login](https://github.com/kevinlq/KChatQML/blob/master/images/login1.png) ![login](https://github.com/kevinlq/KChatQML/blob/master/images/login2.png) ![chat](https://github.com/kevinlq/KChatQML/blob/master/images/chat1.png) ![chat](https://github.com/kevinlq/KChatQML/blob/master/images/chat2.png) ![favorit](https://github.com/kevinlq/KChatQML/blob/master/images/favorit1.png) ![setting](https://github.com/kevinlq/KChatQML/blob/master/images/setting1.png) ![setting](https://github.com/kevinlq/KChatQML/blob/master/images/setting2.png) ![program](https://github.com/kevinlq/KChatQML/blob/master/images/program1.png) ![program](https://github.com/kevinlq/KChatQML/blob/master/images/program2.png) ### Requirements - Qt/QML(at least 5.15) - FluentUI(Please install this component first) ### Installation You can install KWechatQml by following these commands: - Compile and install FluentUI components If you have already installed it, please skip this step ```C++ git clone -b dev --recursive git@github.com:kevinlq/FluentUI.git ``` Wait for the FluentUI component to be compiled and installed successfully. - Compiler ```C++ git clone --recursive https://github.com/kevinlq/KWechatQml.git cd KWechatQml mkdir build && cd build cmake --build ../ --config Release ``` ## Documentation and Contributions For more information about KWechatQml and how to use it, please refer to the README.md file. If you have any questions or suggestions, feel free to submit issues or pull requests. We also welcome you to contribute to KWechatQml! Please read [CONTRIBUTING.md](https://github.com/kevinlq/KChatQML/blob/master/#) for details on our code of conduct, and the process for submitting pull requests to us. ## Acknowledgments Thank [FluentUI](https://github.com/kevinlq/KChatQML/blob/master/#) for the open-source project. ## Release History * V1.0.0 Complete core interface implementation [contributors-shield]: https://img.shields.io/github/contributors/kevinlq/KWechatQml.svg?style=for-the-badge [contributors-url]: https://github.com/kevinlq/KWechatQml/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/kevinlq/KWechatQml.svg?style=for-the-badge [forks-url]: https://github.com/kevinlq/KWechatQml/network/members [stars-shield]: https://img.shields.io/github/stars/kevinlq/KWechatQml.svg?style=for-the-badge [stars-url]: https://github.com/kevinlq/KWechatQml/stargazers [issues-shield]: https://img.shields.io/github/issues/kevinlq/KWechatQml.svg?style=for-the-badge [issues-url]: https://github.com/kevinlq/KWechatQml/issues [license-shield]: https://img.shields.io/github/license/kevinlq/KWechatQml.svg?style=for-the-badge [license-url]: https://github.com/kevinlq/KWechatQml/blob/master/LICENSE.txt [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555 [linkedin-url]: https://linkedin.com/in/kevinlq [FluentUI-url]: https://github.com/zhuzichu520/FluentUI

近期下载者

相关文件


收藏者