From 3bde231e6d0b1c177c8c1fc4eccb6207d40aeec1 Mon Sep 17 00:00:00 2001 From: Sine Striker <trueful@163.com> Date: 周一, 25 12月 2023 00:59:34 +0800 Subject: [PATCH] Test on MinGW --- README.md | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 29126af..a466f62 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,13 @@ <!-- ## Why using QWindowKit? -Here're why `QWindowKit` is better than `FramelessHelper`: +Here are why `QWindowKit` is better than `FramelessHelper`: + Full support of Windows 11 Snap Layout + Most of the redundant codes and architectural flaws are eliminated, and the binary size compiled by MSVC is about 1/9 of `FramelessHelper` + A critical issue that moving window forces the entire window to be repainted on Windows is fixed + Capable to cope with WinId mutation, and `QWebEngineView` is perfectly supported ++ Better workaround to handle Windows 10 top border issue + Simpler APIs, more detailed documentation and comments + A lot of bugs are fixed -- Gitblit v1.9.1