equeim / tremotesf2

Remote GUI for transmission-daemon
Other
250 stars 15 forks source link

Cache QIcon instances used in models (#522) #525

Closed equeim closed 1 month ago

equeim commented 1 month ago

Creating them can be expensive and models' data() functions are called frequently. Cache them in static variables.

Specifically, QStyle::standardIcon() became very slow in Qt 6.7 on Windows.