I added the Tool Flag, so that the displays will not appear in the task bar.

bzr-revno: 1275
This commit is contained in:
Andreas Preikschat 2011-02-07 03:11:36 +00:00 committed by Jon Tibble
commit ca4238f477
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class MainDisplay(DisplayWidget):
self.setWindowIcon(mainIcon)
self.retranslateUi()
self.setStyleSheet(u'border: 0px; margin: 0px; padding: 0px;')
self.setWindowFlags(QtCore.Qt.FramelessWindowHint |
self.setWindowFlags(QtCore.Qt.FramelessWindowHint | QtCore.Qt.Tool |
QtCore.Qt.WindowStaysOnTopHint)
if self.isLive:
QtCore.QObject.connect(Receiver.get_receiver(),