Qt-interest Archive, March 2008
ImageView and CVLQt
Message 1 in thread
Hello qt-users,
To begin with, my class inherits CVLQt/MainWindow.
However, I found that it is difficult to get mouse events when uisng
ImageView?
...
MainWindow *mWnd = MainWindow::instance() ;
ImageView *iv = mWnd->createImageView() ;
iv->addImage(CVL::ColorImage cim, "image");
iv->show() ;
...
The above code does not "activate" my image.
I can only get mouse events outside the image.
Even, the mouse pointer is a hand instead of an arrow
when the mouse is over my image.
Thanks in advance,
Eirini
--
[ signature omitted ]