aboutsummaryrefslogtreecommitdiff
path: root/tools/ArtistTools/source/BlastPlugin/Window/NoiseToolsDlg.h
blob: 057dd42a78bade13aa4f11c405b6dc95e2947dd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#ifndef NOISETOOLSDLG_H
#define NOISETOOLSDLG_H

#include <QtWidgets/QDialog>

namespace Ui {
class NoiseToolsDlg;
}

class NoiseToolsDlg : public QDialog
{
    Q_OBJECT

public:
    explicit NoiseToolsDlg(QWidget *parent = 0);
    ~NoiseToolsDlg();

private slots:
    void on_comboBoxApplyByMaterial_currentIndexChanged(int index);

    void on_spinBoxAmplitude_valueChanged(double arg1);

    void on_spinBoxFrequency_valueChanged(double arg1);

    void on_spinBoxAmplitude_3_valueChanged(double arg1);

    void on_btnApply_clicked();

private:
    Ui::NoiseToolsDlg *ui;
};

#endif // NOISETOOLSDLG_H