4#include "panel_widget/PanelWidget.h"
29 explicit DateNoter(QWidget* parent =
nullptr);
45 QDate current_date_handling { QDate::currentDate() };
A panel widget for displaying and editing date notes.
Definition DateNoter.h:21
~DateNoter()
Destructor.
Definition DateNoter.cpp:23
void setDisplayingDate(const QDate &date, NoteInfo *info)
Sets the date and note to display.
Definition DateNoter.cpp:27
Container for note information.
Definition Noter.h:14