pyapp-kit / superqt

Missing widgets and components for Qt-python
https://pyapp-kit.github.io/superqt/
BSD 3-Clause "New" or "Revised" License
210 stars 38 forks source link

perf: improve paint time for QColormapLineEdit #245

Closed tlambert03 closed 6 months ago

tlambert03 commented 6 months ago

small PR that improves the time-to-paint performance of QColormapLineEdit (which is used in the cmap combobox).

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.12%. Comparing base (4a0aaca) to head (56c517f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #245 +/- ## ========================================== + Coverage 87.11% 87.12% +0.01% ========================================== Files 46 46 Lines 3398 3403 +5 ========================================== + Hits 2960 2965 +5 Misses 438 438 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.