Re: [PyQt] How to clear QDateTime

2009-02-02 Thread Marc Nations
Thanks! ...it does work and functions like I need it to. Marc On Sun, Feb 1, 2009 at 3:24 PM, David Boddie wrote: > On Sun Feb 1 20:53:45 GMT 2009, David Douard wrote: > > Le Saturday 31 January 2009 19:15:23 Marc Nations, vous avez écrit : > > > > I can't seem to clear out the QDateTime field i

Re: [PyQt] How to clear QDateTime

2009-02-01 Thread David Boddie
On Sun Feb 1 20:53:45 GMT 2009, David Douard wrote: > Le Saturday 31 January 2009 19:15:23 Marc Nations, vous avez écrit : > > I can't seem to clear out the QDateTime field in cases where I don't want > > the date displayed. Using clear() seems to wipe out the first entry (in > > this case the hou

Re: [PyQt] How to clear QDateTime

2009-02-01 Thread David Douard
Le Saturday 31 January 2009 19:15:23 Marc Nations, vous avez écrit : > Hi, > I can't seem to clear out the QDateTime field in cases where I don't want > the date displayed. Using clear() seems to wipe out the first entry (in > this case the hour). I tried hitting multiple clears thinking that it ma

[PyQt] How to clear QDateTime

2009-01-31 Thread Marc Nations
Hi, I can't seem to clear out the QDateTime field in cases where I don't want the date displayed. Using clear() seems to wipe out the first entry (in this case the hour). I tried hitting multiple clears thinking that it may just work down the list, but that didn't work. Is there a way to blank out