[PyKDE] How to stay always on top of other apps

Adam Tenderholt atenderholt at gmail.com
Sat Feb 17 20:29:31 GMT 2007


Check out Qt::WindowStaysOnTopHint, which is one of the
Qt::WindowsFlags you should be able to pass to a QMainWindow function.

Adam


On 2/17/07, Paulino <paulino1 at sapo.pt> wrote:
> How can I make a PyQt app stay always on top of any orher app?
>
> In wxPython there is a "wx.STAY_ON_TOP" style for frames floating behavior.
>
> I'm 'translating' an app I had writen in wxpython to PyQt4 and I miss
> this funcionatlity.
>
>
> Thanks,
>
> Paulino
>
> _______________________________________________
> PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
> http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
>




More information about the PyQt mailing list