Hello,
  I am in the process from migrating the MythTV box from RedHat 9 to
fedora core 3 and got the qt-3.3.4 problem. The buttons don't get
pressed using space or enter key.
I have made a workaround for this in mythwidgets.cpp file removing the
setDown() and adding an emit clicked() so the SELECT condition gets
...
if (action == "SELECT" )
{
    //setDown();
    emit pressed();
    emit clicked();
    handled = True;
}
...

I'm new to QT so don't know if this is a good way to fix this problem or
not. If so i can send a patch. 

greets
Juan Rios


_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to