Is it possible to change QCalendarWidget cell size ?
-
There is not a standard function to do this.
Perhaps by changing the font properties which, together with the foreground and background, are used to determine the rendering of individual cells in the widget.
Another option would be to subclass the QCalenderWidget and do something with the paintCell I guess.