Tagged Questions
0
votes
1answer
78 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 ...