Qt Tips

QPixmap::grabWindow()を使う。

QPixmap screenShot = QPixmap::grabWindow( QApplication::desktop()->winId() );
最終更新:2012年11月02日 15:43