From f11a329c1d37b6f0fd153e210dd6cc7f684820c1 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Tue, 11 Oct 2022 20:11:37 +0800 Subject: [PATCH] update readme Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 739759c..524eff6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ Cross-platform window customization framework for Qt Widgets and Qt Quick. Suppo You can join our [Discord channel](https://discord.gg/grrM4Tmesy) to communicate with us. You can share your findings, thoughts and ideas on improving / implementing FramelessHelper functionalities on more platforms and apps! +## HELP WANTED! + +1. The current CMake package code is not complete and still has some small issues. Need some experienced CMake developers to help me improve it! +2. The current Linux/X11 implementation is not stable enough and still has some bugs. Need some experienced Linux developers to help me improve it! +3. The current macOS implementation is not stable enough and still has some bugs. Need some experienced macOS developers to help me improve it! + ## Roadmap - Common: Add cross-platform customizable system menu for both Qt Widgets and Qt Quick. Also supports both light and dark theme.