Pete Ware wrote:
>
> I'm trying to use QTextBrowser but I'm not able to ever change what is
> currently being displayed. My guess is that PyQt is messing up
> reference counting. The following script demonstrates the problem.
> If you run this, you'll get a blank window. If you comment out one of
> the suggested lines, things work.
I'll have a play. What if you do...
name1 = QString('help-start.html')
mime_default.setText(name1, '<b>...
text.setSource(name1)
...etc?
Phil
- [PyKDE] QTextBrowser & QMimeSourceFactory Pete Ware
- Re: [PyKDE] QTextBrowser & QMimeSourceFactory Phil Thompson
- Re: [PyKDE] QTextBrowser & QMimeSourceFactory Pete Ware
- Re: [PyKDE] QTextBrowser & QMimeSourceFactory Phil Thompson
- Re: [PyKDE] QTextBrowser & QMimeSourceFactory Pete Ware
- Re: [PyKDE] QTextBrowser & QMimeSourceFactory Phil Thompson
