A panel widget for displaying and editing date notes. More...
#include <DateNoter.h>
Public Member Functions | |
| DateNoter (QWidget *parent=nullptr) | |
| Constructs a DateNoter widget. | |
| ~DateNoter () | |
| Destructor. | |
| void | setDisplayingDate (const QDate &date, NoteInfo *info) |
| Sets the date and note to display. | |
Public Member Functions inherited from PanelWidget | |
| PanelWidget (QWidget *parent=nullptr) | |
| PanelWidget. | |
| void | slideIn () |
| slide the widget in | |
| void | slideOut () |
| slide the widget out | |
A panel widget for displaying and editing date notes.
Provides an interface for viewing and modifying notes associated with specific dates.
|
explicit |
Constructs a DateNoter widget.
| parent | The parent widget |
| void DateNoter::setDisplayingDate | ( | const QDate & | date, |
| NoteInfo * | info | ||
| ) |
Sets the date and note to display.
| date | The date to display |
| info | The note information to display |