-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
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
Fullscreen button for ImageDisplay #1802
Comments
In my side maximizing also need 4 clicks before beeing maximized. But there is the same warning about maximizing. Thank you for giving me the link, I wasn't aware of the limitation. It says Thanks a lot for your quick answer and for your help @rhaschke !!! |
I was using Qt 5.15 on Ubuntu Jammy. Maybe on Focal with Qt 5.12 it doesn't (yet) work? |
That's may be the point ! Thank you @rhaschke |
Hi !
I'm trying to add a fullscreen button for ImageDisplay, without success.
I think it could be a good feature.
I've created a fullscreen button in the titlebar of the widget :
and implemented the updateFullScreen function :
Unfortunately, something weird happen.
The first time I click, the widget start floating but not fullscreen.
The second time I click, the widget doesn't move
The third time I click, the widget stop floating
The Fourth time I click, the widget goes fullscreen as expected.
Do you have an idea why It needs 4 clicks ?
I have no idea how QtWidget works, I may forgot to call a function ...
Thank you for your help,
Best regards,
Clément
The text was updated successfully, but these errors were encountered: