Re: QDoubleValidator

2010-01-14 Thread Helvin
Zabin, The QDoubleValidator class works, but it allows 'intermediate' values to show in the widget. This problem has been addressed here: http://qt.nokia.com/developer/faqs/faq.2006-05-15.0450651751, I just tried to implement this in PyQt again, and it worked! =P I've posted t

Re: QDoubleValidator

2010-01-06 Thread John Posner
On Wed, 06 Jan 2010 17:47:37 -0500, Zabin wrote: On Jan 7, 10:23 am, Zabin wrote: Hey! I am new PyQt programmer and want to restrict users to allow only numeric values into a table and lineedit boxes. I found the QDoubleValidator class but am unsure as to how to implement it. (I am a little

Re: QDoubleValidator

2010-01-06 Thread Zabin
On Jan 7, 10:23 am, Zabin wrote: > Hey! > > I am new PyQt programmer and want to restrict users to allow only > numeric values into a table and lineedit boxes. I found the > QDoubleValidator class but am unsure as to how to implement it. (I am > a little shaky on the concept of

QDoubleValidator

2010-01-06 Thread Zabin
Hey! I am new PyQt programmer and want to restrict users to allow only numeric values into a table and lineedit boxes. I found the QDoubleValidator class but am unsure as to how to implement it. (I am a little shaky on the concept of parent and how to define them). Any help would be much