Miam-Player  0.8.0
A nice music player
extendedtabbar.h
Go to the documentation of this file.
1 #ifndef EXTENDEDTABBAR_H
2 #define EXTENDEDTABBAR_H
3 
4 #include <QTabBar>
5 #include <QtDebug>
7 
14 {
15  Q_OBJECT
16 public:
18  explicit ExtendedTabBar(QWidget *parent = nullptr);
19 
20 protected:
21  virtual QSize tabSizeHint(int) const override;
22 
24  virtual void paintEvent(QPaintEvent *) override;
25 };
26 
27 #endif // EXTENDEDTABBAR_H
The ExtendedTabBar class is only used in left-pane to display 2 tabs (Library - FileSystem) where eac...
Definition: extendedtabbar.h:13
#define MIAMTABPLAYLISTS_LIBRARY
Definition: miamtabplaylists_global.hpp:8