mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +00:00
Add transparency support
This commit is contained in:
parent
b29385fd4d
commit
df7094c852
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class Journal(QWidget):
|
||||||
self.label = QLabel(self)
|
self.label = QLabel(self)
|
||||||
self.change_image('default_en')
|
self.change_image('default_en')
|
||||||
|
|
||||||
self.setWindowFlags(self.windowFlags() | QtCore.Qt.FramelessWindowHint)
|
self.setWindowFlags(self.windowFlags() | Qt.FramelessWindowHint)
|
||||||
self.setAttribute(Qt.WA_TranslucentBackground)
|
self.setAttribute(Qt.WA_TranslucentBackground)
|
||||||
self.setAttribute(Qt.WA_NoSystemBackground)
|
self.setAttribute(Qt.WA_NoSystemBackground)
|
||||||
self.setWindowTitle('')
|
self.setWindowTitle('')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue