25 #ifndef INTVECTORCONTROLELEMENT_HH 26 #define INTVECTORCONTROLELEMENT_HH 47 const std::vector<int>&
value = std::vector<int>(),
51 void setRange(
const int min,
const int max);
57 std::vector<int>
value()
const;
62 void setValue(
const std::vector<int>& value);
63 void setValue(
const std::string& value);
68 std::vector<QSpinBox*> _spinbox;
void setRange(const int min, const int max)
IntVectorControlElement(const QString &label, const std::vector< int > &value=std::vector< int >(), QWidget *parent=0)
~IntVectorControlElement()
void push_back(const int value)
Abstract horizontally layouted control element consisting of a label, the control widget(s) and a che...
std::vector< int > value() const
void setLength(size_t length)
void setValue(const std::vector< int > &value)
std::string toStdString() const