Simple screenshot functionality

This commit is contained in:
Jan Käberich 2021-04-12 20:15:38 +02:00
parent 62939ff882
commit e66fc0131a
6 changed files with 61 additions and 0 deletions

View file

@ -24,6 +24,8 @@ public:
virtual void initializeDevice() = 0;
virtual void deviceDisconnected(){};
virtual void saveSreenshot();
protected:
// call once the derived class is fully initialized
void finalize(QWidget *centralWidget);