"View operations" toolbar are in the pictures during animation saving
qApp->unlock();
msleep(100);
qApp->lock();
-
- QPixmap px = QPixmap::grabWindow(myView->winId());
QString aFile(myDumpPath);
QString aName = QString("%1").arg(myFieldsLst[0].myTiming[myFrame]);
int aPos = -1;
aFile += aName;
aFile += ".";
aFile += myDumpFormat.lower();
- px.save(aFile, myDumpFormat);
+ myView->dumpViewToFormat(aFile,myDumpFormat);
}
if (!myIsActive) break;