Qt Quick Controls - Event Calendar#

A simple event calendar.

../_images/qtquickcalendar-eventcalendar.png

The Event Calendar example is a simple application that shows how to use DayOfWeekRow , WeekNumberColumn , and MonthGrid to create a calendar. It uses an in-memory SQL database to populate the calendar with events. The example uses the Material style .

Running the Example#

To run the example from Qt Creator, open the Welcome mode and select the example from Examples. For more information, visit Building and Running an Example.

Example project @ code.qt.io