Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
6.7.0
-
None
-
-
97625e84b (dev)
Description
When refactoring the platform windows for child window support, raster windows were changed to have their own surface instead of using the screen's surface, and to use OpenGL underneath. Due to this, the previous implementation for grabWindow() is no longer suitable, and we have regressed to not implement the method on Android platform screen -> returning a null QPixmap.
Reading the git history for the method, it has only ever worked for raster (=widget) windows, and OpenGL ones have always returned a null QPixmap.
Attachments
Issue Links
- relates to
-
QTBUG-63275 Android QScreen::grabWindow(0) & sample code Screenshot::shootScreen() fails on Android
- Closed
- resulted from
-
QTBUG-116187 Child window support for Android
- Closed