ivoflipse / Pawlabeling

Tool for processing and analyzing pressure measurements
Other
18 stars 1 forks source link

Intercept the keyboard event for moving the slider #14

Closed ivoflipse closed 10 years ago

ivoflipse commented 11 years ago

I'm using an eventFilter to move the slider in bigger steps using Ctrl + Arrow Left/Right. However, this also seems to trigger collapsing or expanding of the measurement_tree.

The eventFilter is supposed to stop that, but it doesn't seem to work as intended/expected.

Also, it only works on the processing widget, even though I'd probably want it to work on the analysis widget too.

ivoflipse commented 10 years ago

Since I changed the tree, at least it can no longer collapse it, so the unintended side-effect is gone (for now).