hmeine / pdfdecanter

PDF-based presentation program
Apache License 2.0
1 stars 0 forks source link

Mouse events should be handled directly #11

Closed hmeine closed 12 years ago

hmeine commented 12 years ago

Currently, we employ a strange hack that involves the built-in item selection handling of the QGraphicsView framework in order to handle mouse clicks (i.g. frame proceeding).

We should handle events properly/more directly, since we might want to use mouse events for other stuff, too (e.g. painting).