8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
22 | 22 |
23 def __init__(self): | 23 def __init__(self): |
24 """ | 24 """ |
25 Constructor | 25 Constructor |
26 """ | 26 """ |
27 super(SnapshotTimer, self).__init__(None) | 27 super().__init__(None) |
28 | 28 |
29 self.setWindowFlags( | 29 self.setWindowFlags( |
30 Qt.WindowType.WindowStaysOnTopHint | | 30 Qt.WindowType.WindowStaysOnTopHint | |
31 Qt.WindowType.FramelessWindowHint | | 31 Qt.WindowType.FramelessWindowHint | |
32 Qt.WindowType.X11BypassWindowManagerHint | 32 Qt.WindowType.X11BypassWindowManagerHint |