Re: [PyKDE] QTextEdit.setAutoFormatting() has an invalid type

2006-07-03 Thread Hans-Peter Jansen
Am Montag, 3. Juli 2006 23:16 schrieb Phil Thompson: > On Monday 03 July 2006 9:45 pm, Hans-Peter Jansen wrote: > > Am Montag, 3. Juli 2006 20:41 schrieb Phil Thompson: > > > On Monday 03 July 2006 3:25 pm, Hans-Peter Jansen wrote: > > > > self.textBrowser.setAutoFormatting(QTextBrowser.AutoAll

Re: [PyKDE] QTextEdit.setAutoFormatting() has an invalid type

2006-07-03 Thread Phil Thompson
On Monday 03 July 2006 9:45 pm, Hans-Peter Jansen wrote: > Am Montag, 3. Juli 2006 20:41 schrieb Phil Thompson: > > On Monday 03 July 2006 3:25 pm, Hans-Peter Jansen wrote: > > > self.textBrowser.setAutoFormatting(QTextBrowser.AutoAll) > > > TypeError: argument 1 of QTextEdit.setAutoFormatting(

Re: [PyKDE] QTextEdit.setAutoFormatting() has an invalid type

2006-07-03 Thread Hans-Peter Jansen
Am Montag, 3. Juli 2006 20:41 schrieb Phil Thompson: > On Monday 03 July 2006 3:25 pm, Hans-Peter Jansen wrote: > > > self.textBrowser.setAutoFormatting(QTextBrowser.AutoAll) > > TypeError: argument 1 of QTextEdit.setAutoFormatting() has an > > invalid type > > Should be fixed in tonight's PyQt

Re: [PyKDE] QTextEdit.setAutoFormatting() has an invalid type

2006-07-03 Thread Phil Thompson
On Monday 03 July 2006 3:25 pm, Hans-Peter Jansen wrote: > Hi Phil, > > I just stumbled on this one: > > ~> pyuic -x -o form1.py form1.ui > ~> python form1.py > Traceback (most recent call last): > File "form1.py", line 54, in ? > w = Form1() > File "form1.py", line 33, in __init__ > se

[PyKDE] QTextEdit.setAutoFormatting() has an invalid type

2006-07-03 Thread Hans-Peter Jansen
Hi Phil, I just stumbled on this one: ~> pyuic -x -o form1.py form1.ui ~> python form1.py Traceback (most recent call last): File "form1.py", line 54, in ? w = Form1() File "form1.py", line 33, in __init__ self.textBrowser.setAutoFormatting(QTextBrowser.AutoAll) TypeError: argument 1