Qt C++ diary.
- Database.cpp/hpp - Holds and stores data into .xml file and takes care about displaying data in QWidgetList.
- DiaryWindow.cpp/hpp - Main and the only window.
- UserData.cpp/hpp - Holds text and unique identifier which is date and random generated number in this format: "Hours:Minutes:Seconds_Day.Month.Year#Random_Number"
- pugixml.cpp/hpp - Pugixml library.
- pugiconfig.hpp - Pugixml config
- pugixml 1.9 or newer
- Boost 1.67 or newer
- Qt 5.11.1 or newer