superqt
superqt copied to clipboard
Missing widgets and components for Qt-python
**Describe the bug** I love the widgets! I've been waiting for someone to properly make these for ages, much better than my own homebrew attempts. On to the issue(s): -...
As this library grows, it would be good to provide documentation on usage. If the proper infrastructure/base for documentation is added, contributors (e.g., me) can add documentations/tutorials as new features/widgets...
I propose the inclusion of a custom widget for check combobox. This is useful in some scenarios (e.g., select multiple samples). If there is interest, I will clean up my...
I'm opening this issue to track progress towards achieving [the following](https://github.com/napari/napari/issues/2229#issuecomment-774541635) > I can imagine us getting to a place where we could say "you tell us what your tree...
Adds a dataframe editor widget that uses code from Spyder's dataframe editor. I tried to pull out just the code that I thought we needed here and tweaked things to...
**Describe the bug** Qtrangeslider is not behaving properly. Dragging one of the handles causes the other handle to disappear (It looks like the slider thinks I have grabbed the top...
**Describe the bug** The range sliders are not displayed sometimes and sometimes they do. That is really a matter of proper width and height . I am not sure.. **To...
Hi, I am trying to add multi-range slider as a widget to the MainWindow of an application. When I run the demo_widget.py everything is alright. However if I try to...
**Describe the bug** haven't figured out what yet... but it's all of the failures in [this test](https://github.com/napari/superqt/runs/4585637222?check_suite_focus=true) ```pytb ________________________________________________________________________________ Traceback (most recent call last): File "/Users/talley/Dropbox (HMS)/Python/forks/superqt/src/superqt/sliders/_labeled.py", line 313, in...
**Describe the bug** The labels of the range sliders are clipped when displayed on high resolution screens. You can see in the snapshots that even at 100% scaling in the...