aboutsummaryrefslogtreecommitdiff
path: root/qmpchanneleditor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmpchanneleditor.hpp')
-rw-r--r--qmpchanneleditor.hpp42
1 files changed, 0 insertions, 42 deletions
diff --git a/qmpchanneleditor.hpp b/qmpchanneleditor.hpp
deleted file mode 100644
index 0653af5..0000000
--- a/qmpchanneleditor.hpp
+++ /dev/null
@@ -1,42 +0,0 @@
-#ifndef QMPCHANNELEDITOR_H
-#define QMPCHANNELEDITOR_H
-
-#include <QDialog>
-#include <QShowEvent>
-#include <QCloseEvent>
-#include "qdialskulpturestyle.hpp"
-
-namespace Ui {
- class qmpChannelEditor;
-}
-
-class qmpChannelEditor:public QDialog
-{
- Q_OBJECT
-
- public:
- explicit qmpChannelEditor(QWidget *parent=0);
- ~qmpChannelEditor();
- protected:
- void showEvent(QShowEvent *e);
- void closeEvent(QCloseEvent *e);
- public slots:
- void setupWindow(int chid=-1);
-
- private slots:
- void commonPressed();
- void commonReleased();
- void commonChanged();
- void on_pbChLeft_clicked();
- void on_pbChRight_clicked();
-
- private:
- Ui::qmpChannelEditor *ui;
- int ch,knobpressed;
- void sendCC();
- void connectSlots();
- void disconnectSlots();
- QCommonStyle* styl;
-};
-
-#endif // QMPCHANNELEDITOR_H