3057:10516539f238 | 3058:0a02c433f52d |
---|---|
209 | 209 |
210 return QPoint(x, y) | 210 return QPoint(x, y) |
211 | 211 |
212 DEFAULT_POPUP_TYPE = E5PassivePopup.Boxed | 212 DEFAULT_POPUP_TYPE = E5PassivePopup.Boxed |
213 DEFAULT_POPUP_TIME = 6 * 1000 | 213 DEFAULT_POPUP_TIME = 6 * 1000 |
214 POPUP_FLAGS = Qt.WindowFlags(Qt.Tool | Qt.X11BypassWindowManagerHint | \ | 214 POPUP_FLAGS = Qt.WindowFlags( |
215 Qt.Tool | Qt.X11BypassWindowManagerHint | \ | |
215 Qt.WindowStaysOnTopHint | Qt.FramelessWindowHint) | 216 Qt.WindowStaysOnTopHint | Qt.FramelessWindowHint) |