Report view containing an output window and a very simple Python console. More...
#include <ReportView.h>
Public Member Functions | |
| ReportView (QWidget *parent=nullptr) | |
| Constructs a ReportView which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
| ~ReportView () | |
| Destroys the object and frees any allocated resources. More... | |
Protected Member Functions | |
| void | changeEvent (QEvent *e) |
Report view containing an output window and a very simple Python console.
| ReportView::ReportView | ( | QWidget * | parent = nullptr | ) |
Constructs a ReportView which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
References Gui::BitmapFactory(), Gui::WindowParameter::getDefaultParameter(), ParameterGrp::GetGroup(), and ParameterGrp::GetInt().
| ReportView::~ReportView | ( | ) |
Destroys the object and frees any allocated resources.
|
protected |