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

The ChoseFileWidget class Chose a File in computer. More...

#include <chosefilewidget.h>

Inheritance diagram for Gui::Widgets::Path::ChoseFileWidget:
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

 ChoseFileWidget (QWidget *parent=0)
 ChoseFileWidget Construct a choseFileWidget. More...
 
QString getypeFiles () const
 getypeFiles Return the types of files, by default it's * More...
 
void setTypeFiles (const QString &getypeFiles)
 setTypeFiles Change the files types. By default it's * 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 ChoseFileWidget class Chose a File in computer.

Constructor & Destructor Documentation

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

ChoseFileWidget Construct a choseFileWidget.

Parameters
parentThe parent widget

Member Function Documentation

QString Gui::Widgets::Path::ChoseFileWidget::getypeFiles ( ) const

getypeFiles Return the types of files, by default it's *

Returns
The type of files
void Gui::Widgets::Path::ChoseFileWidget::setTypeFiles ( const QString &  getypeFiles)

setTypeFiles Change the files types. By default it's *

Parameters
getypeFilesThe new files types.

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