[mythtv] [BUG] Advanced Recording Screen not getting focus

J. Donavan Stanley jdonavan at jdonavan.net
Fri Mar 5 06:27:07 EST 2004


David Engel wrote:

>On Thu, Mar 04, 2004 at 09:50:02PM -0500, Isaac Richards wrote:
>  
>
>>On Wednesday 03 March 2004 10:06 pm, David Engel wrote:
>>    
>>
>>>layout aid which doesn't care about nor honor focus.  I just committed
>>>a hack based on what was being done in ListBoxSetting.  Someone else
>>>should double check it, though.
>>>      
>>>
>>Looks correct to me.
>>    
>>
>
>Good.  When a widget is added to a dialog, does the dialog or q?box
>delete all of its children when it is deleted?  I was mostly concerned
>about memory leaks since I didn't see where any of the Myth widgets
>were being deleted.
>  
>

Qt does this for all QObject derived objects that have a parent.  If you 
set object A's parent to be object B then object A will get deleted when 
object B does.


More information about the mythtv-dev mailing list