1

This has been solved in the comments by ekhumero, thank you ;)


I need to have my window stay on bottom.

There is the windowOnTop flag, as dicussed here (here using pyqt4, but it's an well enough example), but is there a way to achieve the exact opposite?

I'm using Linux (Manjaro) with X11, so I'll accept X11 specific answers too, if they work with pyqt5, cross plattform compatibillity is no concern.

Tiamat
  • 19
  • 2
  • 3
    So you're saying you tried `Qt.WindowStaysOnBottomHint` and it didn't work? – ekhumoro Jul 23 '17 at 11:41
  • Haven't found that one on my googling, I feel a slight bit embarassed right now... but doesn't work. Might be my window manager, though, so I'll test on something more icccm ans netwm compliant to see if this problem is on my end. – Tiamat Jul 24 '17 at 12:02
  • I tested the [pyqt5 widget-flags example](https://github.com/baoboa/pyqt5/blob/master/examples/widgets/windowflags.py) on arch linux with the openbox window manager and it works fine for me. – ekhumoro Jul 24 '17 at 12:31
  • Sorry for the late response, my Internet broke down :( Tested with openbox too, works like a charm, thank you ;D marking this a solved as fast as I'm not forced to use my cell to get online. – Tiamat Jul 25 '17 at 13:01

0 Answers0