Giter Site home page Giter Site logo

Comments (3)

wangwenx190 avatar wangwenx190 commented on June 13, 2024

不好意思忘记回复你了,耽误了这么多天,真的很抱歉。

请使用如下方法锁定窗口尺寸:

WinNativeEventFilter::WINDOWDATA data;
data.fixedSize = TRUE;
WinNativeEventFilter::addFramelessWindow(reinterpret_cast<HWND>(widget.winId()), &data);

fixedSize这个成员变量是可以在运行时修改的,你也可以在执行addFramelessWindow后再设置这个:

const auto data = WinNativeEventFilter::windowData(reinterpret_cast<HWND>(widget.winId()));
data.fixedSize = TRUE;

qt提供的接口不生效是因为我在内部把这个消息拦截了

from framelesshelper.

wangwenx190 avatar wangwenx190 commented on June 13, 2024

窗口的最小大小和最大大小也不能用qt的接口设置,要用data.minimumSizedata.maximumSize设置,这两个也可以在运行时修改。设置方法和前面提到的一样。

如果还是不起作用,请再来这里反馈。

感谢使用。

from framelesshelper.

wufangzhao avatar wufangzhao commented on June 13, 2024

好的,非常感谢

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.