SpectraPac 2.0(r200)
Evaluates PAC Measurements

PacCoincidenceFormulaDialog.h

Go to the documentation of this file.
00001 #ifndef PACCOINCIDENCEFORMULADIALOG_H
00002 #define PACCOINCIDENCEFORMULADIALOG_H
00003 
00004 #include <QDialog>
00005 
00006 namespace Ui {
00007     class PacCoincidenceFormulaDialog;
00008 }
00009 
00010 class PacCoincidenceFormulaDialog : public QDialog {
00011     Q_OBJECT
00012 public:
00013     PacCoincidenceFormulaDialog(QWidget *parent = 0);
00014     ~PacCoincidenceFormulaDialog();
00015     void setLabelText(const QString &text);
00016     void setFormula(const QPixmap &pm);
00017 
00018 protected:
00019     void changeEvent(QEvent *e);
00020 
00021 private:
00022     Ui::PacCoincidenceFormulaDialog *ui;
00023 };
00024 
00025 #endif // PACCOINCIDENCEFORMULADIALOG_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines