QPixmap fullScreenPixmap;
QDateTime dt = QDateTime::currentDateTime();
QString filename = dt.toString("/opt/yyyyMMddhhmmss") + ".png";
fullScreenPixmap = QPixmap::grabWindow(QApplication::desktop()->winId());
fullScreenPixmap.save(filename);