Hi forum!

I want to use QAbstractScrollArea to display an image and scroll through its contents. I chose it because I'm making a paint-like application, which must support zoom feature, etc.; therefore, I think the ability to override some of QAbstractScrollArea's methods specifically might be better than to use QScrollArea with QLabel with an image as its widget. But now it seems to me like I would have to use QLabel anyway, and the viewport will give a view of it. So the question is, was it a good choice?