mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-04 14:07:30 +00:00
Simple screenshot functionality
This commit is contained in:
parent
62939ff882
commit
e66fc0131a
6 changed files with 61 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue