Re: [PyQt] Version strings in Qt 4.8 PyQt 4.9

2013-02-06 Thread David Cortesi
>> Everything seems to work correctly except this small thing: it used to >> be that I could get version strings from Qt.PYQT_VERSION_STR and >> Qt.qVersion() but now those attributes of Qt are undefined. >> >> Does this indicate that I've done something wrong in the installation? > Works fine for

[PyQt] Giving focus to qlineedit after button pressed

2013-02-06 Thread uahmed
Hi I have one keypad having keys 0-9 and one qlineedit . Whenever user press any key it shows in qlineedit . I want that whenever key press the cursor should be visible in the qlineeidt , right now when i press 0-9 from keyboard the cursor remain there and keep blinking and as i click on 0-9 butto

Re: [PyQt] Javascript causes segmentation fault

2013-02-06 Thread Vincent Vande Vyvre
Le 06/02/13 15:51, xUMi a écrit : > Hi there, > I'm struggling on a mysterious crash since few weeks now. > I tried to find some help on Stackoverflow and on the Qt forum, but I > got no luck. > > Basically, when I try to display some website (www.softpedia.com > , for ex

[PyQt] Javascript causes segmentation fault

2013-02-06 Thread xUMi
Hi there, I'm struggling on a mysterious crash since few weeks now. I tried to find some help on Stackoverflow and on the Qt forum, but I got no luck. Basically, when I try to display some website (www.softpedia.com, for example) my PyQt app crashes with a Segmentation fault. I pinpointed it the b

Re: [PyQt] Version strings in Qt 4.8 PyQt 4.9

2013-02-06 Thread Phil Thompson
On Tue, 5 Feb 2013 15:55:54 -0800, David Cortesi wrote: > I had been running fine (Mac OS 10.6, PyQt 4.6 and Qt 4.6 I think). > Today, in order to hopefully fix a QWebKit problem, I installed Qt > 4.8.4 for Mac OS, > followed immediately by installing the latest stable SIP and PyQt4 from > source.