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