25 #ifndef INTCONTROLELEMENT_HH 26 #define INTCONTROLELEMENT_HH 44 const QString&
label,
const int value = -1, QWidget* parent = 0);
47 void setRange(
const int min,
const int max);
78 void setValue(
const std::string& value);
void setValue(const int value)
void setSpecialValueText(QString const &text)
If specified, the given text is shown if the spin box is at its minimum value instead of that value...
void setSuffix(QString const &text)
If specified, the given text is appended to the value in the spinbox.
Abstract horizontally layouted control element consisting of a label, the control widget(s) and a che...
void setRange(const int min, const int max)
std::string toStdString() const
IntControlElement(const QString &label, const int value=-1, QWidget *parent=0)