Re: PyQt, designer, and directional flow

2006-12-07 Thread borntonetwork
Something simple, of course. I must have errantly clicked the field in the property editor. Thanks very much for you help. On 12/7/06, Phil Thompson wrote: On Wednesday 06 December 2006 11:41 pm, you wrote: > I meant QLineEdit in my original post. Sorry about that. Every single one >

Re: PyQt, designer, and directional flow

2006-12-06 Thread Phil Thompson
On Wednesday 06 December 2006 4:46 am, borntonetwork wrote: > I am creating a simple form using designer (qt4) on Ubuntu. I use pyuic > to create a python script from the form. I run the script and the form > shows up fine. The idiosyncrasy occurs when I try to type text into a > QTextEntry widget.

Re: PyQt, designer, and directional flow

2006-12-06 Thread David Boddie
borntonetwork wrote: > I am creating a simple form using designer (qt4) on Ubuntu. I use pyuic > to create a python script from the form. I run the script and the form > shows up fine. The idiosyncrasy occurs when I try to type text into a > QTextEntry widget. The text is right-aligned, not left-al

PyQt, designer, and directional flow

2006-12-05 Thread borntonetwork
I am creating a simple form using designer (qt4) on Ubuntu. I use pyuic to create a python script from the form. I run the script and the form shows up fine. The idiosyncrasy occurs when I try to type text into a QTextEntry widget. The text is right-aligned, not left-aligned as I had set it up in t