>> 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 _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
