1

I want to reimplement the Qt fingerpaint example using my QGraphicsScene rather than a QWidget. However I cannot find an example of this so am unsure if I should capture the events at the view and pass them down to the scene or something else. What is the advice here?

Phil Hannent
  • 12,047
  • 17
  • 71
  • 118

1 Answers1

3

How about the the pinch zoom example? It uses a QGraphicsView as the touch area.

Linville
  • 3,613
  • 1
  • 27
  • 41
Tatu Lahtela
  • 4,514
  • 30
  • 29