KWechatQml
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
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.
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 componentsQML
How to dynamically create components- How to develop interface with
MVC
-…
- Qt/QML(at least 5.15)
- FluentUI(Please install this component first)
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/KWechatQml.git
cd KWechatQml
mkdir build && cd build
cmake --build ../ --config Release
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.
Thank FluentUI for the open-source project.
- V1.0.0 Complete core interface implementation