PyQt-Fluent-Widgets
PyQt-Fluent-Widgets copied to clipboard
优化日历弹出速度 (#840)
优化了calendar_view/DayScrollView的弹出速度 #840
通过使用生成器避免过早实例化对象带来的卡顿,函数运行时间从690ms下降至580ms
before:
after: