Check out the following resources for more information on the topics covered in this chapter:
- The QWidget properties documentation lists all the properties for QWidget, which are inherited by all its child classes, at https://doc.qt.io/qt-5/qwidget.html#properties
 - The Qt namespace documentation lists many of the global enums used in Qt at https://doc.qt.io/qt-5/qt.html#WindowState-enum
 - The Qt layout management tutorial provides detailed information on layouts and sizing at https://doc.qt.io/qt-5/layout.html
 - The QDateTime documentation provides more information about working with dates and times in Qt at https://doc.qt.io/qt-5/qdatetime.html
 - More information about QCalendarWidget can be found at https://doc.qt.io/qt-5/qcalendarwidget.html