Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 931 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 931 Bytes

Diary-cpp

Qt C++ diary.

Simple program structure:

  • 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

Used libraries/frameworks: