Hallo!
 
I use QT and OpenSG together. My application consists of a QMainWindow with
a OSGQGLManagedWidget as CentralWidget. The reaction on the mouse events
work correctly, but I do not get any reaction on pressing a key. When I set
a breakpoint on: 
    void OSGQGLManagedWidget::keyPressEvent(QKeyEvent *OSG_CHECK_ARG(ke)) {

                FDEBUG(("OSGQGLManagedWidget::keyPressEvent()\n"));    
 }

 

the programm never stops there. I do not know what is wrong. Why the
keyboard events are ignored?

Kony



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to