pymmcore-plus / pymmcore-widgets

A set of Qt-based widgets onto the pymmcore-plus model
https://pymmcore-plus.github.io/pymmcore-widgets
Other
12 stars 7 forks source link

refactor: standardize on using `exec()` instead of `exec_()` in qt #303

Closed tlambert03 closed 5 months ago

tlambert03 commented 5 months ago

qtpy support using exec() everywhere

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 90.26%. Comparing base (5b76828) to head (e3fb59f).

Files Patch % Lines
src/pymmcore_widgets/_channel_widget.py 0.00% 1 Missing :warning:
...c/pymmcore_widgets/_mda/_positions_table_widget.py 0.00% 1 Missing :warning:
src/pymmcore_widgets/_util.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #303 +/- ## ======================================= Coverage 90.26% 90.26% ======================================= Files 76 76 Lines 9583 9583 ======================================= Hits 8650 8650 Misses 933 933 ```

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