Re: [PyQt] Null dates in QDateEdit

2008-01-10 Thread David Douard
On Thu, Jan 10, 2008 at 12:52:36PM +0100, Hans-Peter Jansen wrote: > Am Donnerstag, 10. Januar 2008 schrieb Catriona Johnson: > > Hello > > I am new to PyQT and would appreciate help with the following problem. > > I have a database table that has, amongst other fields, a nullable > > date - EndDat

Re: [PyQt] Null dates in QDateEdit

2008-01-10 Thread Hans-Peter Jansen
Am Donnerstag, 10. Januar 2008 schrieb Catriona Johnson: > Hello > I am new to PyQT and would appreciate help with the following problem. > I have a database table that has, amongst other fields, a nullable > date - EndDate. On my form I have a QDateEdit widget which I only want > to show a value i

[PyQt] Null dates in QDateEdit

2008-01-09 Thread Catriona Johnson
Hello I am new to PyQT and would appreciate help with the following problem. I have a database table that has, amongst other fields, a nullable date - EndDate. On my form I have a QDateEdit widget which I only want to show a value if the date is not null, a user will enter a date once there is one