We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows系统屏幕不设置任务栏*(比如双屏任务栏设置取消“在所有显示器显示任务栏”),窗口处于普通状态时,此时双击标题栏(得双击才会触发BUG),窗口处于最大化状态(此时有FullScreen和Maxsized属性),再调用showFullSreen去全屏窗口,此时窗口又变成normal状态,且此时窗口还是有FullSreen属性。
Qt:5.15.9 操作系统:Windows系列 PS:Frameless-Helper也有该问题、窗显示器有任务栏时正常、不通过双击标题栏而是通过showMaximized最大化窗口再全屏也正常。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Windows系统屏幕不设置任务栏*(比如双屏任务栏设置取消“在所有显示器显示任务栏”),窗口处于普通状态时,此时双击标题栏(得双击才会触发BUG),窗口处于最大化状态(此时有FullScreen和Maxsized属性),再调用showFullSreen去全屏窗口,此时窗口又变成normal状态,且此时窗口还是有FullSreen属性。
Qt:5.15.9
操作系统:Windows系列
PS:Frameless-Helper也有该问题、窗显示器有任务栏时正常、不通过双击标题栏而是通过showMaximized最大化窗口再全屏也正常。
The text was updated successfully, but these errors were encountered: