Checkbox that signifies the use of calibrations in a DataHeaderSection. More...
#include <calibrationsmodel.h>


Public Slots | |
| void | slot_setCheckState (Qt::CheckState state) |
Public Member Functions | |
| CalibrationsCheckBox (const QString &text, QWidget *parent) | |
Checkbox that signifies the use of calibrations in a DataHeaderSection.
: QCheckBox(text, parent){}
| void CalibrationsCheckBox::slot_setCheckState | ( | Qt::CheckState | state | ) | [slot] |
{
QCheckBox::setCheckState(state);
}
1.7.1