SineStriker
SineStriker
> @SineStriker Qt 5.15.2,win11,Windows SKD是10.0 确实,很复杂。。。得花点时间研究下了。
I guess maybe there's something we didn't handle in WM_NCCALCSIZE handler. It may take some time to look into.
Thanks for using this library, it is a great honor that QWK could be used in such a grand project as JAMI. I'll investigate on a VM later.
Since Qt 6.6.1, [QTBUG-113736](http://bugreports.qt.io/browse/QTBUG-113736) has been fixed but the fixing patch conflicts with QWindowKit implementation, now I can only set the `Qt::FramelessWindowHint` to temporarily alleviate this inconsistency, I don't know...
Qt 6.6.2 was released on Feb. 15, this issue has been fixed in the QTBUG-117704 patch, it is highly recommended that you use the newest release, as QWK's current workaround...
用的qt6的具体版本是多少
用 6.6 试试
Sorry I cannot quite understand your description. Could you please upload a minimum project that reprocudes this issue?
> @SineStriker 你好,我也遇到了这个问题,`qwindowkit`不能被置于多重目录下,如果是2-3层,如`3rdparty/qwindowkit`是可以的,但是如果是`3rdparty/RibbonUI/lib_source/3rdparty/qwindowkit`这样多重的目录,将会出现与@Sepera-okeq 一样的错误,我最终通过放置在二级目录下解决。 复现步骤: > > 1. `git clone https://github.com/mentalfl0w/RibbonTemplate.git` > 2. `cd RibbonTemplate` > 3. `git switch -d c61c647` > 4. `mkdir build` > 5. `cmake --build ./build...