mirror of
https://github.com/jankae/LibreVNA.git
synced 2025-12-06 07:12:10 +01:00
9 lines
181 B
C++
9 lines
181 B
C++
|
|
#include "sourcecaldialog.h"
|
||
|
|
|
||
|
|
SourceCalDialog::SourceCalDialog(Device *dev)
|
||
|
|
: AmplitudeCalDialog(dev)
|
||
|
|
{
|
||
|
|
setWindowTitle("Source Calibration Dialog");
|
||
|
|
LoadFromDevice();
|
||
|
|
}
|