Question

After I use this function

QPixmap::grabWindow(QApplication::desktop()->winId(),50,100,950,700);

my application is frozen and I am not able to use other button in my application. Why is that so?

Was it helpful?

Solution

It works with my Qt installation (4.8 on OS X 10.6.8). Make sure you have a instance of QApplication before calling anything in QtGUI.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top