<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Courier New, Courier, monospace">Hi!<br>
<br>
In the hoverMoveEvent() function can I check the hoverEvent.modifiers()
for mouse presses? I tried with <br>
<br>
if hover.Event.modifiers() & Qt.LeftButton:<br>
 ...<br>
<br>
but this does not seem to work.<br>
<br>
The description for modifiers() only talks about keyboard modifiers.
Can I not check if a mouse was pressed in hoverEvents?<br>
<br>
Or do I need to set variables according to hovering and then handle
them in mousePressEvent()?<br>
<br>
Thanks in advance<br>
Chris<br>
<br>
<br>
</font>
</body>
</html>