mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 14:35:23 +00:00
Simple screenshot functionality
This commit is contained in:
parent
62939ff882
commit
e66fc0131a
6 changed files with 61 additions and 0 deletions
|
|
@ -177,6 +177,9 @@ AppWindow::AppWindow(QWidget *parent)
|
|||
file.close();
|
||||
LoadSetup(j);
|
||||
});
|
||||
connect(ui->actionSave_image, &QAction::triggered, [=](){
|
||||
Mode::getActiveMode()->saveSreenshot();
|
||||
});
|
||||
|
||||
connect(ui->actionManual_Control, &QAction::triggered, this, &AppWindow::StartManualControl);
|
||||
connect(ui->actionFirmware_Update, &QAction::triggered, this, &AppWindow::StartFirmwareUpdateDialog);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue