ivoflipse / Pawlabeling

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

Add an alternative way to label the contacts #49

Closed ivoflipse closed 10 years ago

ivoflipse commented 10 years ago

Currently the manual labeling works best if you have a keyboard that has a keypad, while I've added a hacked together solution to use alternative keys for this, there might be another option.

In my previous app I experimented with allowing the user to click on the paws widget to label a paw, but I ran into problems with the event being called too many times. Perhaps I can come up with a more elegant solution, especially now I'm using PySide instead of wxPython.

Off courses there are some buttons on the toolbar, but usability matters, so I'd love to have a better solution

ivoflipse commented 10 years ago

You can now double click on the graphicsview, which will send a message to the processing widget ("select_contact"), which will check with which contact_label it was being called and then call the respective function, i.e. select_left_front() etc.