yaq-project / qtypes

Build Python Qt graphical user interfaces out of simple type objects.
GNU Lesser General Public License v3.0
0 stars 2 forks source link

force widgets to ignore mouse wheel #61

Closed untzag closed 1 year ago

untzag commented 1 year ago

This has been something many people have complained about, and I think it's all fixed now.

Small changes, but it took a while to find out which changes to make... event filters are cool I'm thinking about other ways to use them. Especially because you can add your own events.

@ksunden assuming you review you should check out this branch and make sure it works well for you