Table based calibrations editor. More...
#include <calibrationeditor.h>
Public Member Functions | |
CalibrationEditor (QWidget *parent=0) |
Table based calibrations editor.
CalibrationEditor::CalibrationEditor | ( | QWidget * | parent = 0 |
) | [inline] |
: TableBaseEditor(parent){ table()->setItemDelegate(new CalibrationDelegate(table())); model()->setTable("tbl_sensor_channel_calibrations"); }