Giter Site home page Giter Site logo

win7 系统下,当鼠标移动到右上角某些区域并点击时,会出现系统默认的最大化、最小化和关闭按钮 about qt-nice-frameless-window HOT 3 CLOSED

bringer-of-light avatar bringer-of-light commented on May 20, 2024
win7 系统下,当鼠标移动到右上角某些区域并点击时,会出现系统默认的最大化、最小化和关闭按钮

from qt-nice-frameless-window.

Comments (3)

JomYon avatar JomYon commented on May 20, 2024

1

2

win7系统下,当我把鼠标移动到右上角部分区域时,自定义的按钮可能就会失效,会被系统默认的三个按钮屏蔽,点击后就会针对相应区域出现系统默认的最小化、最大化或关闭按钮(如上图所示),有没有什么解决办法呢?(win10系统下却没有这个问题)

解决了吗?

from qt-nice-frameless-window.

raimur avatar raimur commented on May 20, 2024

Did anybody find any solution ?

from qt-nice-frameless-window.

stormysky avatar stormysky commented on May 20, 2024

framelesswindow.cpp, line 32
setWindowFlags(windowFlags() | Qt::Window | Qt::FramelessWindowHint | Qt::WindowSystemMenuHint);
only set Qt::FramelessWindowHint
setWindowFlags(Qt::FramelessWindowHint);
@ALightPeng @JomYon @raimur

from qt-nice-frameless-window.

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.