OmronPID
Loading...
Searching...
No Matches
plotdialog.h
Go to the documentation of this file.
1
9
#ifndef PLOTDIALOG_H
10
#define PLOTDIALOG_H
11
12
#include <QDialog>
13
#include <QMutex>
14
class
QSpinBox;
15
class
QTextBrowser;
16
class
QLabel;
17
18
22
class
PlotDialog
:
public
QDialog
23
{
24
Q_OBJECT
25
26
public
:
27
explicit
PlotDialog
(QWidget *parent =
nullptr
);
28
int
displayRange_;
29
30
private
slots:
31
void
setValues();
32
private
:
33
QLabel *labelRange_;
34
QSpinBox * spinBoxDisplayRange_;
35
QTextBrowser *browser_;
36
};
37
38
#endif
// PLOTDIALOG_H
PlotDialog
The PlotDialog class.
Definition:
plotdialog.h:23
Generated by
1.9.6