PyQt5 QCalendarWidget – 转储日历树
在本文中,我们将了解如何转储 QCalendarWidget 的对象树,转储日历树意味着将子树转储到调试输出。对象树是在节点处保存日历子对象的树数据结构。
In order to do this we will use dumpObjectTree method with the QCalendarWidget object.
Syntax : calendar.dumpObjectTree()
Argument : It takes no argument
Return : It return None
下面是实现
Python3
输出 :