On Thu, 11 Jun 2009 18:50:13 +1200, Alexei Puzikov <[email protected]> wrote: > This seems to be something with PyQt, because C++ Qt applications > don't have this problem. > > What helps with the situation is: > > window.show() > window.raise_()
I've seen C++ Qt applications do the same which is why I haven't looked into it too deeply. Any suggestions welcome. Phil > On Thu, Jun 11, 2009 at 6:26 PM, Michael > Held<[email protected]> wrote: >> hi, >> >> my PyQt application appears always in the background (the last window in >> the stack of all Mac applications) which is annoying since I want so see >> my app on top of all other windows. >> is there any PyQt or system option? >> >> I am running PyQt4.5 + Python2.6 on MacOS 10.5. >> >> thanks a lot! >> michael >> >> _______________________________________________ >> PyQt mailing list [email protected] >> http://www.riverbankcomputing.com/mailman/listinfo/pyqt >> > > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
