SkillAgentSearch skills...

KChatQML

a project that uses Qt/QML to imitate the WeChat interface implementation. It can help you quickly understand how QML can quickly develop interfaces

Install / Use

/learn @kevinlq/KChatQML
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- PROJECT SHIELDS --> <!-- *** I'm using markdown "reference style" links for readability. *** Reference links are enclosed in brackets [ ] instead of parentheses ( ). *** See the bottom of this document for the declaration of the reference variables *** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use. *** https://www.markdownguide.org/basic-syntax/#reference-style-links -->

Contributors Forks Stargazers Issues MIT License LinkedIn

<!-- PROJECT LOGO --> <br /> <p align="center"> <a href="https://github.com/kevinlq/KWechatQml"> <img src="images/logo.png" alt="Logo" width="80" height="80"> </a> <h3 align="center">KWechatQml</h3> <p align="center"> KWechatQml <br /> <a href="https://github.com/kevinlq/KWechatQml"><strong>Explore the docs »</strong></a> <br /> <br /> <a href="https://github.com/kevinlq/KWechatQml">View Demo</a> · <a href="https://github.com/kevinlq/KWechatQml/issues">Report Bug</a> · <a href="https://github.com/kevinlq/KWechatQml/issues">Request Feature</a> </p> </p>

KWechatQml

中文/Chinese

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 chat favorit setting setting program program

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
git clone -b dev --recursive git@github.com:kevinlq/FluentUI.git

Wait for the FluentUI component to be compiled and installed successfully.

  • Compiler
git clone --recursive https://github.com/kevinlq/KChatQML.git
cd KChatQML
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 for details on our code of conduct, and the process for submitting pull requests to us.

Acknowledgments

Thank FluentUI for the open-source project.

Release History

  • V1.0.0 Complete core interface implementation
<!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->

Related Skills

View on GitHub
GitHub Stars48
CategoryDevelopment
Updated2mo ago
Forks11

Languages

QML

Security Score

90/100

Audited on Feb 3, 2026

No findings