qavrg 0.0.28
Public Member Functions | Protected Member Functions
QavrgOutputDialog Class Reference

#include <qavrgoutputdialog.h>

List of all members.

Public Member Functions

 QavrgOutputDialog (QWidget *parent=0)
 ~QavrgOutputDialog ()

Protected Member Functions

void changeEvent (QEvent *e)

Detailed Description

Definition at line 7 of file qavrgoutputdialog.h.


Constructor & Destructor Documentation

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.

{
}

Member Function Documentation

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;
  }
}

The documentation for this class was generated from the following files: