xmikos / qhangups

Alternative client for Google Hangouts written in PyQt
GNU General Public License v3.0
61 stars 9 forks source link

Windows always pop under? #30

Open pranav-prakash opened 7 years ago

pranav-prakash commented 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

pranav-prakash commented 7 years ago

I fixed this in my own version. Use self.setWindowFlags(QtCore.Qt.WindowStaysOnTopHint).

I'll make a forked version with some usability changes (customized for osx).