Skip to content

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

License

Notifications You must be signed in to change notification settings

kevinlq/KChatQML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

KWechatQml

KWechatQml
Explore the docs »

View Demo · Report Bug · Request Feature

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/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 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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published