desertbit / gml

MIT licensed Go QML Bindings
MIT License
19 stars 4 forks source link

add QWindow::setVisibility func #11

Open skaldesh opened 4 years ago

skaldesh commented 4 years ago

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

skaldesh commented 4 years ago

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