[PyQt] PyQt application appears always in the background

Phil Thompson phil at riverbankcomputing.com
Thu Jun 11 09:10:32 BST 2009


On Thu, 11 Jun 2009 18:50:13 +1200, Alexei Puzikov <puzikov at gmail.com>
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<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
>>
> 
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt


More information about the PyQt mailing list