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
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(
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
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
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