E5Gui/E5PassivePopup.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
equal deleted inserted replaced
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)

eric ide

mercurial