PyQt5 QCalendarWidget – Setting Skin to the tool buttons
Last Updated : 26 Jun, 2020
In this article we will see how we can set skin to the tool buttons of the QCalendarWidget. Tool buttons are the buttons available at the top i.e buttons to go to left and right page, setting skin to QCalendarWidget is not like setting skin to the other widgets, calendar is widget which has many child i.e component we can set skin to the independent component as well. Skin is basically background image which adjust its size according to the size of the place
In order to do this we will use setStyleSheet method with the QCalendarWidget object, below is the style sheet code