Menu

[465617]: / src / constantgainchangedialog.h  Maximize  Restore  History

Download this file

22 lines (16 with data), 508 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef CONSTANTGAINCHANGEDIALOG_H
#define CONSTANTGAINCHANGEDIALOG_H
#include <QDialog>
#include <QSettings>
#include "ui_constantgainchangedialog.h"
class ConstantGainChangeDialog : public QDialog, public Ui::ConstantGainChangeDialog
{
Q_OBJECT
public:
ConstantGainChangeDialog(QWidget *parent = 0);
~ConstantGainChangeDialog();
private slots:
void updateLineEdit_constGainChange(int value);
void groupBox_onlyOneChannel_toggled(bool isOn);
};
#endif // CONSTANTGAINCHANGEDIALOG_H
MongoDB Logo MongoDB