mne-tools / mne-tools/mne-python
Add anchors and / or tick labels to our QSlider and QFloatSlider instances
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.5k
- Forks
- 1.6k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 100
Description
It's important to label at least the extrema (anchors) of range sliders for a better UX
It's not difficult to do:
https://stackoverflow.com/questions/27661877/qt-slider-widget-with-tick-text-labels
cc @GuillaumeFavelier
Not urgent; in fact, I might just try to get this to work this weekend or so. So don't feel pressured to work on this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the QSlider and QFloatSlider implementations and review the linked Qt slider example for possible anchor or tick-label behavior. Confirm how the existing range-slider instances are created, then verify that at least the range extrema are visibly labeled, with tick labels if supported, across the affected sliders.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100