Skip to content

Commit

Permalink
fix readme (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Oct 5, 2022
1 parent 97bb814 commit 9f9dab6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ superqt provides a variety of widgets that are not included in the native QtWidg

See the [widgets documentation](https://napari.org/superqt/widgets) for a full list of widgets.

- [Range Slider](docs/sliders.md#range-slider) (multi-handle slider)
- [Range Slider](https://napari.org/superqt/widgets/qrangeslider/) (multi-handle slider)

<img src="https://raw.githubusercontent.com/napari/superqt/main/docs/images/demo_darwin10.png" alt="range sliders" width=680>


<img src="https://raw.githubusercontent.com/napari/superqt/main/docs/images/labeled_qslider.png" alt="range sliders" width=680>

<img src="https://raw.githubusercontent.com/napari/superqt/main/docs/images/labeled_range.png" alt="range sliders" width=680>
Expand All @@ -45,7 +44,7 @@ superqt includes a number of utitlities for working with Qt, including:
- tools and decorators for working with threads in qt.
- `superqt.fonticon` for generating icons from font files (such as [Material Design Icons](https://materialdesignicons.com/) and [Font Awesome](https://fontawesome.com/))

See the [utilities documentation](https://napari.org/superqt/utilities/) for a full list of widgets.
See the [utilities documentation](https://napari.org/superqt/utilities/) for a full list of utilities.

## Contributing

Expand Down

0 comments on commit 9f9dab6

Please sign in to comment.