Yes, I think you've nailed the problem. When I do the grab from the child constructor for a fixed part of the parent, it grabs fine. SO, how do I "slow it down" enough to do an updated grab after a mouseMove without really slowing the app down?
pm = QPixmap::grabWidget(parentWidget(), 0, 0, 50, 50);
Bookmarks