the right click followed by leftclick(vice-versa) where the former is still active .does this not work
in other words
if( (mouseEvent->button() == Qt::LeftButton)
{
if(mouseEvent->button() == Qt::RightButton))
{
//your code
}
}
the right click followed by leftclick(vice-versa) where the former is still active .does this not work
in other words
if( (mouseEvent->button() == Qt::LeftButton)
{
if(mouseEvent->button() == Qt::RightButton))
{
//your code
}
}
Last edited by babu198649; 20th November 2007 at 10:36.
Bookmarks