A window for creating and editing date notes. More...
#include <NoteCreatorWindow.h>
Classes | |
| struct | Package |
| Contains all data for a note. More... | |
Signals | |
| void | accept_enqueue () |
| Emitted when changes are accepted. | |
Public Member Functions | |
| NoteCreatorWindow (QWidget *parent=nullptr) | |
| Constructs a NoteCreatorWindow. | |
| ~NoteCreatorWindow () | |
| Destructor. | |
| void | setOperatingDate (const QDate &date) |
| Sets the operating date. | |
| const Package & | package () const |
| Gets the current note package. | |
A window for creating and editing date notes.
Provides a complete interface for creating, editing, and managing notes with associated dates and colors.
|
explicit |
Constructs a NoteCreatorWindow.
| parent | The parent widget |
|
inline |
Gets the current note package.
| void NoteCreatorWindow::setOperatingDate | ( | const QDate & | date | ) |
Sets the operating date.
| date | The date to operate on |