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_() Cheers, Alexei 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
