qavrg 0.0.28
qavrgoutputdialog.cpp
Go to the documentation of this file.
00001 #include "qavrgoutputdialog.h"
00002 #include "ui_qavrgoutputdialog.h"
00003 
00004 QavrgOutputDialog::QavrgOutputDialog(QWidget *parent) :
00005   QDockWidget(parent)
00006 {
00007   setupUi(this);
00008 }
00009 
00010 QavrgOutputDialog::~QavrgOutputDialog()
00011 {
00012 }
00013 
00014 void QavrgOutputDialog::changeEvent(QEvent *e)
00015 {
00016   QDockWidget::changeEvent(e);
00017   switch (e->type()) {
00018   case QEvent::LanguageChange:
00019     retranslateUi(this);
00020     break;
00021   default:
00022     break;
00023   }
00024 }