ifw-fcf 7.1.4
Loading...
Searching...
No Matches
qeansivalve.hpp
Go to the documentation of this file.
1#ifndef QEANSIVALVE_H
2#define QEANSIVALVE_H
3
4#include <QObject>
5#include <QWidget>
6#include <QPainter>
7#include <QTimer>
8
9class QeAnsiValve : public QWidget
10{
11 Q_OBJECT
12
13
14
15public:
16 QeAnsiValve(QWidget *parent = nullptr);
17
18public slots:
19
20protected:
21
22private:
23
24};
25
26#endif // QEANSIVALVE_H
Definition qeansivalve.hpp:10
QeAnsiValve(QWidget *parent=nullptr)
Definition qeansivalve.cpp:16