QIGUISaveChannelPlotsDialog.hh
00001 #ifndef _QIGUI_SAVECHANNELPLOTSDIALOG__H_
00002 #define _QIGUI_SAVECHANNELPLOTSDIALOG__H_
00003
00004
00005 #include <QDialog>
00006 #include <QString>
00007 #include "ui_SaveChannelPlotsDialog.h"
00008
00009 class QIGUISaveChannelPlotsDialog: public QDialog, public Ui::saveChannelPlotsDialog
00010 {
00011 Q_OBJECT
00012
00013 public:
00014 QIGUISaveChannelPlotsDialog (int, int, QWidget * parent=0);
00015 virtual ~QIGUISaveChannelPlotsDialog();
00016
00017 void Init();
00018 void CreateSignals();
00019 void DestroySignals();
00020
00021 public slots:
00022 void OpenBrowser();
00023
00024 private slots:
00025
00026 private:
00027 int fChMin;
00028 int fChMax;
00029
00030 public:
00031
00032 static int kAccept;
00033 static int kReject;
00034
00035
00036 };
00037
00038
00039 #endif