Open pranav-prakash opened 7 years ago
When a message is received and a window is spawned, it seems to be under every other window — so you can't see it unless you don't have any other windows open.
Information: OSX Mavericks, Qt 5.7.0
I fixed this in my own version. Use self.setWindowFlags(QtCore.Qt.WindowStaysOnTopHint).
self.setWindowFlags(QtCore.Qt.WindowStaysOnTopHint)
I'll make a forked version with some usability changes (customized for osx).
When a message is received and a window is spawned, it seems to be under every other window — so you can't see it unless you don't have any other windows open.
Information: OSX Mavericks, Qt 5.7.0