You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the .GrabWindow() function is missing! There are functions for grabbing gestures, keyboards, mouses and shortcuts, but not windows.
This function is present in github.com/therecipe/qt, but I really don't want to switch, because I've already written a part of my application with goqt. And also therecipe/qt needs a lot of time and memory to compile and set up.
The text was updated successfully, but these errors were encountered:
I'm trying to grab a screenshot by following this guide: http://doc.qt.io/qt-5/qtwidgets-desktop-screenshot-example.html. In there they take a screenshot by running this piece of code:
I tried to recreate this in goqt, this is what I came up with:
But the
.GrabWindow()
function is missing! There are functions for grabbing gestures, keyboards, mouses and shortcuts, but not windows.This function is present in github.com/therecipe/qt, but I really don't want to switch, because I've already written a part of my application with goqt. And also therecipe/qt needs a lot of time and memory to compile and set up.
The text was updated successfully, but these errors were encountered: