11 #ifndef PATH_SELECTOR_EDIT_H
12 #define PATH_SELECTOR_EDIT_H
17 #include <QToolButton>
24 PathSelectionEdit(QString title, QString path,
bool selectFile, QWidget *parent = 0);
30 void setPath(QString newPath = QString());
33 void pathChanged(QString newPath);
44 QToolButton * _button;
Definition: path_selection_edit.h:20