25 #ifndef FILENAMESELECTIONCONTROLELEMENT_HH 26 #define FILENAMESELECTIONCONTROLELEMENT_HH 44 const QString&
label,
const std::string&
value = std::string(),
45 bool onlyExistingFiles =
false,
const QString& filter =
"",
49 std::string
value()
const;
54 void setValue(
const std::string& value);
63 void openFileSelector();
64 void emitValueChange();
70 QLineEdit* p_lineedit;
std::string toStdString() const
FileNameSelectionControlElement(const QString &label, const std::string &value=std::string(), bool onlyExistingFiles=false, const QString &filter="", QWidget *parent=0)
Abstract horizontally layouted control element consisting of a label, the control widget(s) and a che...
void setValue(const std::string &value)
std::string value() const
~FileNameSelectionControlElement()