Dylan Liu
Dylan Liu
是的,我也存在这种问题,这应该是PD18全新的防盗版机制。
@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 --target all`
> > @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...
我在GitHub Action的Windows Server上也测试通过,但是在AMD64的电脑/虚拟机中编译不通过,出现上述报错。系统:Windows 11和Windows 10环境:Qt 6.5.3、Qt 6.6.3、Qt 6.7.0但是macOS下均测试通过。方便告知一下测试环境吗?在 2024年5月4日,16:00,SineStriker ***@***.***> 写道: 3. c61c647 这个分支在我这里成功编译通过了 —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you...
> > 我在GitHub Action的Windows Server上也测试通过,但是在AMD64的电脑/虚拟机中编译不通过,出现上述报错。系统:Windows 11和Windows 10环境:Qt 6.5.3、Qt 6.6.3、Qt 6.7.0但是macOS下均测试通过。方便告知一下测试环境吗?在 2024年5月4日,16:00,SineStriker _**@**_._**> 写道: 3. c61c647 这个分支在我这里成功编译通过了 —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this...
> 管理员权限这事你去看看是不是qmcorecmd被Windows识别为安装包了。我建议你把你的项目放在某个盘的根目录编译试试,我怀疑是路径太长的缘故。 确实是路径太长了,放在C盘根目录下就一切正常。 MinGW版本的configure流程是在install步骤下出的错,有可能是被识别成安装包了。
> 麻烦您现在再试试 MinGW一切正常,非常感谢👍
这个问题我也遇到了,初步定位有可能是window的flag的原因,重新设置flag后会正常显示。我的解决方案是Objective-C++和C++混合编程,手动设置一下按钮,让它正常显示。之前有对这个项目的前身framelesshelper提交过相关修复补丁,但是当时测试是6.6.1以上版本不会再出现这个问题。不过我近期更换到6.6.3后又出现了,之前那个补丁的范围版本生效范围应该要重新修改。 具体代码请参考:[RibbonUI/lib_source/platformsupport.mm](https://github.com/mentalfl0w/RibbonUI/blob/main/lib_source/platformsupport.mm)
> > 这个问题我也遇到了,初步定位有可能是window的flag的原因,重新设置flag后会正常显示。我的解决方案是Objective-C++和C++混合编程,手动设置一下按钮,让它正常显示。之前有对这个项目的前身framelesshelper提交过相关修复补丁,但是当时测试是6.6.1以上版本不会再出现这个问题。不过我近期更换到6.6.3后又出现了,之前那个补丁的范围版本生效范围应该要重新修改。 具体代码请参考:[RibbonUI/lib_source/platformsupport.mm](https://github.com/mentalfl0w/RibbonUI/blob/main/lib_source/platformsupport.mm) > > PR合了以后问题解决了吗? 已经解决了,现在不用我自己手动让它显示,直接会显示。
[MultiEffect](https://doc.qt.io/qt-6/qml-qtquick-effects-multieffect.html#details) is in the early stages of development, many of the visual effects of Qt5 have not been realized, I personally do not think it is a good time to...