Qt C++ Get Screenshot

less than 1 minute read

Published:

How to get the screenshot of the computer using Qt c++.

    ss = QPixmap::grabWindow(QApplication::desktop()->winId());