Is it possible to change QCalendarWidget cell size ?
Unsolved
General and Desktop
-
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.