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

QtTesting - Slider Recording bug #175

Open
finetjul opened this issue May 3, 2012 · 3 comments
Open

QtTesting - Slider Recording bug #175

finetjul opened this issue May 3, 2012 · 3 comments

Comments

@finetjul
Copy link
Member

finetjul commented May 3, 2012

In Slicer, recording in the Transforms module:
1 value change results in 2 events recorded

@ghost ghost assigned benjaminlong May 3, 2012
@benjaminlong
Copy link
Member

We have two issue in this case:

  • Limit of QtTesting.
    --> Most of the time we can't disconnect the signal to the translator. And this can be create multiple record for only one action. see issue QtTesting - Change connect/disconnect for translator #147
  • ctkSlicerWidget doesn't have a Translator/Player
    --> we come back at the first issue, as there is one slider and one spin box.

@finetjul
Copy link
Member Author

the translator of ctkSliderWidget should not record QSlider nor QSpinBox signals, but ctkSliderWidget::valueChanged signal only.

@benjaminlong
Copy link
Member

I agree, but ctkSlicerWidgetTranslator is not implemented yet !

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

No branches or pull requests

2 participants