#include <infodialog.h>
Public Member Functions | |
InfoDialog (QWidget *parent=0) | |
void | fillDialog (const MferReader &mferReader) |
void | showDialog () |
bool | isReady () |
This class contains the mfertablewidget, displaying all the technical information about the mfer file in a separate window.
Definition at line 39 of file infodialog.h.
InfoDialog::InfoDialog | ( | QWidget * | parent = 0 |
) |
void InfoDialog::fillDialog | ( | const MferReader & | mferReader | ) |
Fills the dialog with information from the mferReader object.
mferReader | The mferReader from where the information cometh. |
Definition at line 41 of file infodialog.cpp.
bool InfoDialog::isReady | ( | ) | [inline] |
Definition at line 61 of file infodialog.h.
void InfoDialog::showDialog | ( | ) |