[mythtv] PushButton QT-3.3.4 behaivor

j.rios listsjrios at telefonica.net
Wed Jun 22 17:15:15 UTC 2005


Hi,
  thanks for your fast reply. I checked both cvs and mythtv.org download
0.18.1 and both had the same code in mythwidgets.cpp.

greets
Juan Rios

On Wed, 2005-06-22 at 13:08 -0400, Michael T. Dean wrote:
> j.rios wrote:
> 
> >  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. 
> >  
> >
> What version of Myth are you using?  Wasn't this already fixed (in both 
> 0.18-fixes and CVS)?
> 
> http://www.gossamer-threads.com/lists/mythtv/commits/132210#132210
> 
> Mike
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev



More information about the mythtv-dev mailing list