Closed justinvshen closed 3 months ago
[!IMPORTANT]
Review skipped
Draft detected.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Attention: Patch coverage is 26.66667%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 74.15%. Comparing base (
0f9fe25
) to head (6365537
). Report is 1 commits behind head on liezl/add-gui-elements-for-sessions.
Files | Patch % | Lines |
---|---|---|
sleap/gui/app.py | 26.66% | 11 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
There doesn't appear to be any easy way to do this.
Using ID based styling properties is not supported for a QAction
element. Using a custom QActionWidget and setting the defaultWidget to a QLabel will result in a poorly styled (but correctly colored) menu item. There is also no way to retrieve the default styling of a QMenuItem so that we can keep all styling and just change the coloring of a single QMenuItem.
There is an easy way to color all items in the QMenu the same color.
Description
Set Instance Group options to the color of the InstanceGroup
Types of changes
Does this address any currently open issues?
[list open issues here]
Outside contributors checklist
Thank you for contributing to SLEAP!
:heart: