PyQt4日历小部件-突出显示每月的1号和15号

时间:2018-06-28 15:14:43

标签: python-2.7 pyqt4

让PyQt4日历小部件突出显示每月的1号和15号有些困难。不幸的是,关于此的文档并不多,因此任何帮助都将是非常有用的。 Example: Red box around the 5th of the month every month

1 个答案:

答案 0 :(得分:0)

您必须从QCalendarWidget继承并覆盖paintCell方法:

  

QCalendarWidget.paintCell(painter,rect,date)

     

参数:

     

painter – QtGui.QPainter

     

rect – QtCore.QRect

     

date – QtCore.QDate

对不起,我使用PyQt5

while true; do nc -l -p 8080 -e sh -c 'echo -e "HTTP/1.1 200 OK\n\n$(date)"'; done

enter image description here