I'm having a bit of a brain fart here. I have a third-party class I'd like to
use that inherits from QAbstractScrollArea. Qt Designer only knows about a
QScrollArea, though, which inherits QAbstractScrollArea.
How do I use this as a concrete Qt class type? Do I inherit from QScrollArea
and then somehow change my parent to it? Or do I have to inherit from the
third-party class, and then recreate the entire QScrollArea interface so it
"quacks" like a QScrollArea instance?
Thanks for kicking me in the head. :)
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest