11#ifndef PATH_SELECTOR_EDIT_H
12#define PATH_SELECTOR_EDIT_H
53 void setPath(QString newPath = QString());
74 QToolButton * _button;
void setPath(QString newPath=QString())
Sets a new path programmatically.
Definition path_selection_edit.cpp:56
QString path() const
Gets the currently selected path.
Definition path_selection_edit.cpp:68
void browseForPath()
Opens a dialog to browse for a path.
Definition path_selection_edit.cpp:73
PathSelectionEdit(QString title, QString path, bool selectFile, QWidget *parent=0)
Constructs a PathSelectionEdit with specific parameters.
Definition path_selection_edit.cpp:24
void pathChanged(QString newPath)
Signal emitted when the path changes.