11#ifndef PATH_SELECTOR_EDIT_H
12#define PATH_SELECTOR_EDIT_H
53 void setPath(QString newPath = QString());
74 QToolButton * _button;
A widget for selecting a file or directory path.
Definition path_selection_edit.h:23
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
void pathChanged(QString newPath)
Signal emitted when the path changes.