TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

UISliderWidget to have a QDoubleSpinBox attached #125

Open paskino opened 6 months ago

paskino commented 6 months ago

The UISliderWidget would benefit of having a QDoubleSpinBox attached so that one could set the selected value manually. Currently there is nothing except a QLabel which must be passed by the user, which is pretty useless.

https://github.com/TomographicImaging/eqt/blob/8ac20be7fe8eb5d8e78b45c0b424cfe4a6d39294/eqt/ui/UISliderWidget.py#L9-L11

DanicaSTFC commented 5 months ago

This issue can be looked at together with https://github.com/TomographicImaging/eqt/issues/60