qavrg 0.0.28
|
#include <qavrgtimingdialog.h>
Public Member Functions | |
QavrgTimingDialog (QWidget *parent=0) | |
~QavrgTimingDialog () | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Definition at line 7 of file qavrgtimingdialog.h.
QavrgTimingDialog::QavrgTimingDialog | ( | QWidget * | parent = 0 | ) | [explicit] |
Definition at line 4 of file qavrgtimingdialog.cpp.
:
QDockWidget(parent)
{
setupUi(this);
}
QavrgTimingDialog::~QavrgTimingDialog | ( | ) |
Definition at line 10 of file qavrgtimingdialog.cpp.
{ }
void QavrgTimingDialog::changeEvent | ( | QEvent * | e | ) | [protected] |
Definition at line 14 of file qavrgtimingdialog.cpp.
{ QDockWidget::changeEvent(e); switch (e->type()) { case QEvent::LanguageChange: retranslateUi(this); break; default: break; } }