zhiyiYo / PyQt-Fluent-Widgets

A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.
https://qfluentwidgets.com
GNU General Public License v3.0
5.49k stars 523 forks source link

使用惰性加载技术优化 `FlipView` #907

Closed zhiyiYo closed 3 months ago

zhiyiYo commented 3 months ago

问题描述

FlipView.addImages 速度太慢,因为会立即读入图片

优化方法

只在代理的 paint 方法中载入图片

zhiyiYo commented 3 months ago

https://github.com/zhiyiYo/PyQt-Fluent-Widgets/commit/0ea9ded970a8bdbcac900ad3b5706a2bf9e84e11