Monday, October 26, 2015

Qt Creator Examples: Qt5 Calendar


The Calendar example displays a Calendar control and an events list for the selected date. It uses a C++ class to fetch the event details from an SQLite database. The example app uses a custom CalendarStyle to highlight the selected date and mark the dates that have events.


To set date to today: Chage Qt5 Example of Calendar to set today