Sayonara Player
src
Gui
Utils
Widgets
CalendarWidget.h
1
#ifndef CALENDARWIDGET_H
2
#define CALENDARWIDGET_H
3
4
#include <QCalendarWidget>
5
6
namespace
Gui
7
{
8
class
CalendarWidget
:
public
QCalendarWidget
9
{
10
public
:
11
CalendarWidget
(QWidget* parent=
nullptr
);
12
~
CalendarWidget
()
override
;
13
14
protected
:
15
void
paintCell(QPainter* painter,
const
QRect& rect,
const
QDate& date)
const override
;
16
};
17
}
18
19
#endif // CALENDARWIDGET_H
Gui::CalendarWidget
Definition:
CalendarWidget.h:9
Generated on Wed Jan 6 2021 00:00:00 for Sayonara Player by
1.8.20