[PyQt] Programmatically changing the input method, and a missing qinputcontextfactory

2009-01-24 Thread Damien Elmes
Hi folks, In my application (http://ichi2.net/anki/) I'd like text input fields to remember the last input method, so that if a user is inputting Japanese into one field and English in another, they don't have to switch between input methods every time. This works out of the box for me on Linux,

Re: [PyQt] PyQt, QWebView, SVG Rendering Problem

2009-01-24 Thread Christoph Burgmer
Am Saturday, 24. January 2009 schrieb David Boddie: On Fri Jan 23 12:47:29 GMT 2009, Atul Kulkarni wrote: I have a problem of rendering SVG Images in QWebView. The SVG Images are replaced with missing image icons (?). I am inserting a simple SVG image in an XHTML document. This is a

Re: [PyQt] external stylesheet in qt designer

2009-01-24 Thread markus espenhain
On Thu, 2009-01-22 at 20:01 +0100, dbod...@trolltech.com wrote: On Thu Jan 22 19:14:41 GMT 2009, markus espenhain wrote: is there a chance to apply an external style sheet (file) on the current root widget - instead of editing styles directly on widgets? See the Previewing Forms section

Re: [PyQt] PyQt, QWebView, SVG Rendering Problem

2009-01-24 Thread David Boddie
On Sat Jan 24 04:59:26 GMT 2009, Christoph Burgmer wrote: It doesn't work for me with PyQt 4.4.2. I'm using setHtml() not load(). I can currently not update to a newer version, so I cannot verify if that is a issue in 4.4.2 solved in 4.4.3. It seems to work for me. This is what I tried: from

Re: [PyQt] PyQt, QWebView, SVG Rendering Problem

2009-01-24 Thread Christoph Burgmer
Am Sunday, 25. January 2009 schrieb David Boddie: On Sat Jan 24 04:59:26 GMT 2009, Christoph Burgmer wrote: It doesn't work for me with PyQt 4.4.2. I'm using setHtml() not load(). I can currently not update to a newer version, so I cannot verify if that is a issue in 4.4.2 solved in 4.4.3.