25 #ifndef STRINGCONTROLELEMENT_HH 26 #define STRINGCONTROLELEMENT_HH 44 const QString&
label,
const std::string&
value = std::string(),
48 std::string
value()
const;
53 void setValue(
const std::string& value);
57 void emitValueChange();
65 QLineEdit* p_lineedit;
void setValue(const std::string &value)
std::string toStdString() const
std::string value() const
Abstract horizontally layouted control element consisting of a label, the control widget(s) and a che...
StringControlElement(const QString &label, const std::string &value=std::string(), QWidget *parent=0)