Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UISliderWidget to have a QDoubleSpinBox attached #125

Open
paskino opened this issue Jan 24, 2024 · 1 comment
Open

UISliderWidget to have a QDoubleSpinBox attached #125

paskino opened this issue Jan 24, 2024 · 1 comment

Comments

@paskino
Copy link
Collaborator

paskino commented Jan 24, 2024

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.

def __init__(self, label, scale_factor=1):
QSlider.__init__(self)
self.label = label

@DanicaSTFC
Copy link
Collaborator

This issue can be looked at together with #60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants