Miam-Player  0.8.0
A nice music player
cornerwidget.h
Go to the documentation of this file.
1 #ifndef CORNERWIDGET_H
2 #define CORNERWIDGET_H
3 
4 #include <QPushButton>
5 
7 
13 class MIAMTABPLAYLISTS_LIBRARY CornerWidget : public QPushButton
14 {
15  Q_OBJECT
16 public:
17  explicit CornerWidget(QWidget *parent);
18 
19 protected:
20  virtual void mouseMoveEvent(QMouseEvent *e) override;
21 
22  virtual void paintEvent(QPaintEvent *) override;
23 
24 signals:
25  void innerButtonClicked();
26 };
27 
28 #endif // CORNERWIDGET_H
The CornerWidget class.
Definition: cornerwidget.h:13
#define MIAMTABPLAYLISTS_LIBRARY
Definition: miamtabplaylists_global.hpp:8