Skip to content
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

Expose showFullScreen and showNormal methods of QMainWindow #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

katafrakt
Copy link

I would love to see fullscreen windows in proton-native. I've manage to get it run locally, but first exposing methods here seems to be required.

I only added support for showFullScreen and showNormal, without maximized and minimized (I think I have never seen an app using them), but those too can be added too. Or maybe you think it would be better to control it via setWindowStates(Qt::WindowFullScreen)?

As there's no readme, I don't know if I should commit .moc files. Also version was automatically bumped up and I commited that too.

Let me know what you think.

@katafrakt katafrakt force-pushed the fullscreen branch 2 times, most recently from 0817741 to 7a0d1eb Compare February 3, 2020 09:36
@katafrakt
Copy link
Author

Okay, I figured it's better not to touch .moc, as MacOSX and Windows don't like it. Now the builds are green.

@katafrakt
Copy link
Author

@kusti8 any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant