Qt C++ Get Screenshot
Published:
How to get the screenshot of the computer using Qt c++.
ss = QPixmap::grabWindow(QApplication::desktop()->winId());
Published:
How to get the screenshot of the computer using Qt c++.
ss = QPixmap::grabWindow(QApplication::desktop()->winId());