Sayonara Player
src
Gui
SomaFM
SomaFMStationDelegate.h
1
#ifndef SOMAFMSTATIONDELEGATE_H
2
#define SOMAFMSTATIONDELEGATE_H
3
4
#include "Gui/Utils/Delegates/StyledItemDelegate.h"
5
6
class
SomaFMStationDelegate
:
7
public
Gui::StyledItemDelegate
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
Generated on Wed Jan 6 2021 00:00:00 for Sayonara Player by
1.8.20