[mythtv] PushButton QT-3.3.4 behaivor

j.rios listsjrios at telefonica.net
Wed Jun 22 16:55:16 UTC 2005


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




More information about the mythtv-dev mailing list