From 9dcea027f16c4ce5852da3dfc8aca284c582bd7d Mon Sep 17 00:00:00 2001 From: sola.lu <sola.lu.greentest.com.cn> Date: 周五, 06 6月 2025 18:19:18 +0800 Subject: [PATCH] 1.注释掉custom margin,解决程序放大后,遮盖窗口底部内容的问题。 --- README.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c51124..2f100c5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ Cross-platform window customization framework for Qt Widgets and Qt Quick. -This project inherited most of [wangwenx190 FramelessHelper](https://github.com/wangwenx190/framelesshelper) -implementation, with a complete refactoring and upgrading of the architecture. +This project inherited the major implementations from [wangwenx190 FramelessHelper](https://github.com/wangwenx190/framelesshelper), with a complete refactoring and upgrading of the architecture. Feature requests are welcome. @@ -77,6 +76,7 @@ cd qwindowkit cmake -B build -S . \ + -DCMAKE_PREFIX_PATH=<QT_DIR> \ -Dqmsetup_DIR=<dir> \ # Optional -DQWINDOWKIT_BUILD_QUICK=TRUE \ # Optional -DCMAKE_INSTALL_PREFIX=/path/install \ -- Gitblit v1.9.1