

Public Slots | ||||
| void | browse () | |||
| Show a fileDialog and let user choose graphically. | ||||
Public Member Functions | ||||
| DirInputField (QString name) | ||||
| QWidget * | widget () const | |||
| ||||
| void | clearView () | |||
| resets the field to a default state. | ||||
Static Public Member Functions | ||||
| static void | setFileDialog (QFileDialog *fd) | |||
| ||||
Definition at line 12 of file dirinputfield.h.
| static void DirInputField::setFileDialog | ( | QFileDialog * | fd | ) | [inline, static] |
| fd | the QFileDialog that is shown in response to the browse() slot being called. |
It is static, so if we change it for one, we change it for all. Does not takes ownership of the fileDialog. The caller is responsible for destroying it at the appropriate time.
Definition at line 25 of file dirinputfield.h.
1.5.1