Re: [PyQt] Auto links in a QTextBrowser?

2010-08-30 Thread Taylor Carrasco
I'd imagine you'd have to do this yourself - it's one line of code, two including the if statement On Mon, Aug 30, 2010 at 12:31 PM, Martin Airs wrote: > Good day all, > > I wonder is it possible have a QTextBrowser automaticaly turn urls into > links > > ie. If I use a QTextBrowser as a main wi

[PyQt] PyQt documentation in PDF?

2010-08-30 Thread Peter Milliken
Is there any way to generate a PDF of the PyQt documentation i.e. classes etc? Or is this available from some source? Thanks Peter ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Optimizing WebView display

2010-08-30 Thread alanm
I wrote a small browser in PyQT4 using QWebView, of course. The browser runs well and does what I need, but when I deployed it to my thin clients, it was far to slow to use. In fact, most modern browsers were; I had to settle on Epiphany because all the other browsers I tried were far to slow