9 lines
181 B
C++
9 lines
181 B
C++
![]() |
#include "sourcecaldialog.h"
|
||
|
|
||
|
SourceCalDialog::SourceCalDialog(Device *dev)
|
||
|
: AmplitudeCalDialog(dev)
|
||
|
{
|
||
|
setWindowTitle("Source Calibration Dialog");
|
||
|
LoadFromDevice();
|
||
|
}
|