Tagged Questions

2
votes
3answers
2k views

How to make python window run as “Always On Top”?

I am running a little program in python that launches a small window that needs to stay on top of all the other windows. I believe this is OS specific, how is it done in GNU-Linux with GNOME? [Update ...
0
votes
1answer
55 views

Python - make a window appear on top of another, block access to other windows until button clicked

Python 2.7, PyQt4.8.5 I want to have a main app window and then a second pop up window to display com port settings. This window should always be on top of the parent window until either the ok or ...