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