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