#include <ImportImageDialog.hh>
Inherits QDialog.
Signals | |
void | SetFileName (QString _string) |
A signal used to set the file label. More... | |
Public Member Functions | |
ImportImageDialog (QWidget *_parent=0) | |
Constructor. More... | |
virtual | ~ImportImageDialog () |
Destructor. More... | |
ImportImageDialog | ( | QWidget * | _parent = 0 | ) |
Constructor.
[in] | _parent | Parent QWidget. |
|
virtual |
Destructor.
|
signal |
A signal used to set the file label.
[in] | _string | File name string. |