raDIYo 0.4
swhoverbutton.h
1#ifndef SWHOVERBUTTON_H
2#define SWHOVERBUTTON_H
3
4#include <QPushButton>
5
6class SWHoverButton : public QPushButton
7{
8 Q_OBJECT
9public:
11};
12
13#endif // SWHOVERBUTTON_H