Sayonara Player
SomaFMStationDelegate.h
1 #ifndef SOMAFMSTATIONDELEGATE_H
2 #define SOMAFMSTATIONDELEGATE_H
3 
4 #include "Gui/Utils/Delegates/StyledItemDelegate.h"
5 
8 {
9 public:
10  SomaFMStationDelegate(QObject* parent=nullptr);
11  ~SomaFMStationDelegate() override;
12 
13 public:
14  void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const override;
15 };
16 
17 #endif // SOMAFMSTATIONDELEGATE_H
SomaFMStationDelegate
Definition: SomaFMStationDelegate.h:8
Gui::StyledItemDelegate
The StyledItemDelegate class assures a certain height of rows in a table and tree view.
Definition: StyledItemDelegate.h:35