always stay on top
This commit is contained in:
parent
3b32f83acf
commit
5b4cdabbbd
@ -12,6 +12,7 @@ class MainWindow(QMainWindow):
|
|||||||
super().__init__()
|
super().__init__()
|
||||||
|
|
||||||
self.setWindowFlag(QtCore.Qt.FramelessWindowHint)
|
self.setWindowFlag(QtCore.Qt.FramelessWindowHint)
|
||||||
|
self.setWindowFlag(QtCore.Qt.WindowStaysOnTopHint)
|
||||||
self.setAttribute(QtCore.Qt.WA_TranslucentBackground)
|
self.setAttribute(QtCore.Qt.WA_TranslucentBackground)
|
||||||
|
|
||||||
self.trades = {}
|
self.trades = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user