Screen captures
Unsolved
QML and Qt Quick
-
I have an embedded Linux Qt QML/C++ application and I would like to implement a simple screen capture button that the user can use and press at any time during normal operation to take a picture of what they are currently viewing. Does Qt having anything available to help me with this?
-
Hi,
Are you looking for the grabToImage method ?