The ChoseDirectoryWidget class Open a QFileDialog.and display path in textfield.
More...
#include <chosepathwidget.h>
|
virtual void | fillField () |
| fillField Fill the textfield with path information
|
|
|
void | textChanged () |
| textChanged Signal is send when path changed.
|
|
The ChoseDirectoryWidget class Open a QFileDialog.and display path in textfield.
Gui::Widgets::Path::ChosePathWidget::ChosePathWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
QString Gui::Widgets::Path::ChosePathWidget::getDefaultLocation |
( |
| ) |
|
|
virtual |
getDefaultLocation The default location when we open popup. In default case, it's ~/Documents
- Returns
- The default location
QString Gui::Widgets::Path::ChosePathWidget::getField |
( |
void |
| ) |
|
getField The text in field
- Returns
- The path text
void Gui::Widgets::Path::ChosePathWidget::setField |
( |
QString |
text | ) |
|
setField Change the path in textfield
- Parameters
-
The documentation for this class was generated from the following files:
- /home/travis/build/FACT-Team/FactDev/src/gui/widgets/path/chosepathwidget.h
- /home/travis/build/FACT-Team/FactDev/src/gui/widgets/path/chosepathwidget.cpp