#include <mfertablewidget.h>
Public Member Functions | |
MferTableWidget (QWidget *parent=0) | |
void | fillTableWidget (const MferReader &mferReader) |
QSize | sizeHint () const |
A table widget class used to show information about a MFER file. It shows the currently open MFER file.
Definition at line 38 of file mfertablewidget.h.
MferTableWidget::MferTableWidget | ( | QWidget * | parent = 0 |
) |
void MferTableWidget::fillTableWidget | ( | const MferReader & | mferReader | ) |
Fill the widget with information from the MFER file.
mferReader | An MferReader containing the parsed data. |
Definition at line 39 of file mfertablewidget.cpp.
QSize MferTableWidget::sizeHint | ( | ) | const |
Reimplementation. Gives the widget a fitting size based on the number of rows and columns.
Definition at line 86 of file mfertablewidget.cpp.