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

add QWindow::setVisibility func #11

Open
skaldesh opened this issue Sep 7, 2020 · 1 comment
Open

add QWindow::setVisibility func #11

skaldesh opened this issue Sep 7, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@skaldesh
Copy link
Member

skaldesh commented Sep 7, 2020

We need to set it from go, see https://doc.qt.io/qt-5/qwindow.html#visibility-prop

@skaldesh skaldesh added the enhancement New feature or request label Sep 7, 2020
@skaldesh skaldesh self-assigned this Sep 7, 2020
@skaldesh
Copy link
Member Author

skaldesh commented Sep 7, 2020

Since we have a QGuiApplication, I am now using its topLevelWindows() static func for now and set the Qt::WindowState enum on them.

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

No branches or pull requests

1 participant