LibreVNA/Software/PC_Application/LibreVNA-GUI/screenshot.h
alexey.lysiuk 56dbec82d4 Add image saving to SVG format
This allows to create images independent from screen resolution
Replaced copy-pasted screenshot code with the single implementation
2025-11-12 15:14:37 +02:00

9 lines
121 B
C++

#ifndef SCREENSHOT_H
#define SCREENSHOT_H
class QWidget;
void SaveScreenshot(QWidget *widget);
#endif // SCREENSHOT_H