MSV-Project / MSVTK

Multiscale Visualization ToolKit
https://web.archive.org/web/20141218040109/http://msvtk.org/
Apache License 2.0
14 stars 8 forks source link

msvButtons have invalid startup state #36

Closed finetjul closed 11 years ago

finetjul commented 11 years ago

Start vtkbuttons demo application check off the show button and show label checkbox Load dataset -> the button and its label are visible

finetjul commented 11 years ago

Thanks for fixing the issue. I've noticed however that unchecking "Show Buttons" totally hide the buttons, even if "Show Labels" are visible. Maybe you might want to disable the "Show Labels" checkbox when the "Show Buttons" check box is unchecked. You should be able to do that from the UI file directly (connect ShowButtons with ShowLabels with toggled(bool) signal into a setDisabled(bool) slot).

finetjul commented 11 years ago

The GUI buttons don't work at first. a) Start demo b) leave all the buttons in their default (checked) state c) load data -> the button is not visible d) uncheck and check the "Show Buttons" e) unzoom the view f) click on the button -> the camera jump to the new position instead of fly through.