Miam-Player  0.8.0
A nice music player
changehierarchybutton.h
Go to the documentation of this file.
1 #ifndef CHANGEHIERARCHYBUTTON_H
2 #define CHANGEHIERARCHYBUTTON_H
3 
4 #include <QPushButton>
6 
13 {
14  Q_OBJECT
15 public:
16  explicit ChangeHierarchyButton(QWidget *parent = nullptr);
17 
18 protected:
19  virtual void leaveEvent(QEvent *event) override;
20 
21  virtual void mouseMoveEvent(QMouseEvent *event) override;
22 
23  virtual void paintEvent(QPaintEvent *) override;
24 
25  virtual void resizeEvent(QResizeEvent *event) override;
26 };
27 
28 #endif // CHANGEHIERARCHYBUTTON_H
The ChangeHierarchyButton class is a button which changes how the LibraryTreeView class will display ...
Definition: changehierarchybutton.h:12
#define MIAMTABPLAYLISTS_LIBRARY
Definition: miamtabplaylists_global.hpp:8