Re: [Interest] Using a QAbstractScrollArea

2019-03-23 Thread Giuseppe D'Angelo via Interest
Il 22/03/19 19:24, Bob Hood ha scritto: 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 typ

Re: [Interest] Using a QAbstractScrollArea

2019-03-22 Thread Bob Hood
On 3/22/2019 3:53 PM, Konstantin Shegunov wrote: On Fri, Mar 22, 2019 at 8:25 PM Bob Hood > wrote: 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 t

Re: [Interest] Using a QAbstractScrollArea

2019-03-22 Thread Konstantin Shegunov
On Fri, Mar 22, 2019 at 8:25 PM Bob Hood wrote: > 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"

[Interest] Using a QAbstractScrollArea

2019-03-22 Thread Bob Hood
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