TSI_Config/radial_vibration.h

23 lines
337 B
C
Raw Normal View History

2024-12-18 17:14:41 +08:00
#ifndef Radial_vibration_H
#define Radial_vibration_H
2024-12-17 18:53:41 +08:00
#include <QWidget>
namespace Ui {
2024-12-18 17:14:41 +08:00
class Radial_vibration;
2024-12-17 18:53:41 +08:00
}
2024-12-18 17:14:41 +08:00
class Radial_vibration : public QWidget
2024-12-17 18:53:41 +08:00
{
Q_OBJECT
public:
2024-12-18 17:14:41 +08:00
explicit Radial_vibration(QWidget *parent = nullptr);
~Radial_vibration();
2024-12-17 18:53:41 +08:00
private:
2024-12-18 17:14:41 +08:00
Ui::Radial_vibration *ui;
2024-12-17 18:53:41 +08:00
};
2024-12-18 17:14:41 +08:00
#endif // Radial_vibration_H