I am a beginner in Qt and for my school project I have to develop an Image Editor. The last feature I'm missing for the Editor is cropping the Image using a QRubberBand, and then crop the selected area using a push button. The problem is that I haven't found useful Information on the internet so far. There are reports of subclassing the GraphicsView, but I don't know how to connect it to the UI (I'm really confused).
Thanks in advance!