FactDev  0.1
Gui::Widgets::Path::ChoseDirectoryWidget Class Reference

The ChoseDirectoryWidget class Open a QFileDialog.and display path in textfield. More...

#include <chosedirectorywidget.h>

Inheritance diagram for Gui::Widgets::Path::ChoseDirectoryWidget:
Gui::Widgets::Path::ChosePathWidget

Public Slots

void fillField ()
 fillField Fill the textfield with path information
 
- Public Slots inherited from Gui::Widgets::Path::ChosePathWidget
virtual void fillField ()
 fillField Fill the textfield with path information
 

Public Member Functions

 ChoseDirectoryWidget (QWidget *parent=0)
 ChoseDirectoryWidget Construct Widget. More...
 
- Public Member Functions inherited from Gui::Widgets::Path::ChosePathWidget
 ChosePathWidget (QWidget *parent=0)
 ChoseFileWidget Construct a choseFileWidget. More...
 
void setField (QString text)
 setField Change the path in textfield More...
 
QString getField ()
 getField The text in field More...
 
virtual QString getDefaultLocation ()
 getDefaultLocation The default location when we open popup. In default case, it's ~/Documents More...
 

Additional Inherited Members

- Signals inherited from Gui::Widgets::Path::ChosePathWidget
void textChanged ()
 textChanged Signal is send when path changed.
 
- Protected Attributes inherited from Gui::Widgets::Path::ChosePathWidget
Ui::ChosePathWidget * ui
 

Detailed Description

The ChoseDirectoryWidget class Open a QFileDialog.and display path in textfield.

Constructor & Destructor Documentation

Gui::Widgets::Path::ChoseDirectoryWidget::ChoseDirectoryWidget ( QWidget *  parent = 0)
explicit

ChoseDirectoryWidget Construct Widget.

Parameters
parentThe parent widget

The documentation for this class was generated from the following files: