[Interest] Issue painting over child widgets

Murphy, Sean M. sean.murphy at gd-ais.com
Fri Nov 18 16:00:40 CET 2011


>> raise()?
>>
>>  >Raise it to the top of the stack.
>>
>> This step seems to be my sticking point.  How do I manipulate the
>order
>> of the QObject/QWidget stack?  The only semi-relevant function I see
>is
>> QObject::children(), but that returns a const QObjectList&, so I don't
>> see how I can manipulate it...
>>
>
>Yes, QWidget::raise()

Ahh, I was looking in the wrong place.  For some reason, when Jason said "the stack", I assumed that he meant the QObject stack, so I started poking through the QObject functions.  I have no idea why my brain went to QObject since everything we're talking about is QWidget...

Sean



More information about the Interest mailing list