Giter Site home page Giter Site logo

Comments (3)

wangwenx190 avatar wangwenx190 commented on June 3, 2024

最新的代码为了去除对Qt Widgets和Qt Quick这两个模块的依赖,重构了很多,接口也改了,主要是原来接收的是QObject指针,现在只能接受QWindow指针了,但由于QWindowQObject的派生类,所以如果你代码没改,编译时也不会报错,但运行时肯定会报错,现在只能手动修改了。FramelessWindowsManagerWinNativeEventFilter(包括为UNIX平台设计的FramelessHelper这个类)现在只接受QWindow指针了,你改改你代码里相关的地方,应该就不会报错了。

还有个跟你这个截图直接相关的已知问题:对于Win32Demo这个示例程序,如果勾选了“强制开启亚克力效果”,然后启用模糊特效,会报断言错误,就是你这个截图。普通的模糊特效不会这样,只有启用亚克力后才会这样。目前暂时不知道怎么回事,还在研究。

真的非常抱歉了。

from framelesshelper.

JulienMaille avatar JulienMaille commented on June 3, 2024

QMainWindow also crashes when interacting with Menu or QDockWidgets
image

from framelesshelper.

wangwenx190 avatar wangwenx190 commented on June 3, 2024

@JulienMaille Don't quite understand what's happening behind all these. For now you could revert commit b672851 to fix it.

from framelesshelper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.