1#ifndef NOTECREATORWINDOW_H
2#define NOTECREATORWINDOW_H
74 void on_buttonBox_accepted();
79 void on_buttonBox_rejected();
82 Ui::NoteCreatorWindow* ui;
A window for creating and editing date notes.
Definition NoteCreatorWindow.h:18
void setOperatingDate(const QDate &date)
Sets the operating date.
Definition NoteCreatorWindow.cpp:14
void accept_enqueue()
Emitted when changes are accepted.
~NoteCreatorWindow()
Destructor.
Definition NoteCreatorWindow.cpp:10
const Package & package() const
Gets the current note package.
Definition NoteCreatorWindow.h:62
Contains all data for a note.
Definition NoteCreatorWindow.h:43
NoteInfo info
Definition NoteCreatorWindow.h:46
QColor color
Definition NoteCreatorWindow.h:45
void force_reset()
Resets all package data.
Definition NoteCreatorWindow.h:51
QDate date
Definition NoteCreatorWindow.h:44
Container for note information.
Definition Noter.h:14