[PyQt] PyQt application appears always in the background

Alexei Puzikov puzikov at gmail.com
Thu Jun 11 07:50:13 BST 2009


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<michael.held at bc.biol.ethz.ch> 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    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>



More information about the PyQt mailing list