Main application window for calendar and note management. More...
#include <CalendarWindow.h>
Public Member Functions | |
CalendarWindow (QWidget *parent=nullptr) | |
Constructs the CalendarWindow. | |
~CalendarWindow () | |
Destructor. | |
void | flipMode () |
Toggles between light and dark UI modes. | |
void | openNoteCreator () |
Opens the note creator window. | |
Main application window for calendar and note management.
Provides the primary interface for viewing dates, creating notes, and toggling between light/dark modes.
|
explicit |
Constructs the CalendarWindow.
parent | The parent widget (optional) |