[PyQt] QListView SelectAll Checkbox

2012-01-07 Thread Sherif Shehab Aldin
Hi, I have a QListView, I also have a separate checkbox to do selectAll, deselectAll functionality, and It's working. but I am missing one thing, when I do selectAll, then deselect one item, The SelectAll checkbox should be cleared. I have been trying to figure out a way to do that but can't find

Re: [PyQt] Last.fm call fails with QNetworkAccessManager

2012-01-07 Thread Doogster
Of course, I figured it out just half an hour after giving up and asking for help. The problem was that the URL was percent-encoded, so I needed use QUrl.fromEncoded(url_string) and not QUrl(url_string). On Sat, Jan 7, 2012 at 2:09 PM, Doogster wrote: > Could you please tell me why a GET request

[PyQt] Marble app

2012-01-07 Thread heathmatlock
Is there an equivalent for QtCore/QDebug? When writing a runner for marble, you have directives at the top, e.g.: #include #include etc. How you would call MarbleWidget or MarbleModel from PyKDE? -- Heath Matlock +1 256 274 4225 ___ PyQt mailing list

[PyQt] Last.fm call fails with QNetworkAccessManager

2012-01-07 Thread Doogster
Could you please tell me why a GET request to a last.fm web service URL returns a different result whether I call it from a browser or from a QNetworkAccessManager? A specific example would be the following URL: http://ws.audioscrobbler.com/2.0/?album=American+IV%3A+The+Man+Comes+Around&format=js

Re: [PyQt] PyQt bug with Qt 4.8.0?

2012-01-07 Thread Phil Thompson
On Sat, 7 Jan 2012 15:58:04 +0100, Erik Janssens wrote: > I can confirm this fix works for Qt 4.8.0 with python 2.7.2 > > Does this fix have side effects ? No. doItemsLayout()is internal and should never have been wrapped in the first place. Phil > On Wed, 28 Dec 2011 18:16:13 +0100, Linos wr

[PyQt] PyQt bug with Qt 4.8.0?

2012-01-07 Thread Erik Janssens
I can confirm this fix works for Qt 4.8.0 with python 2.7.2 Does this fix have side effects ? On Wed, 28 Dec 2011 18:16:13 +0100, Linos wrote: > Hi, > after Qt upgrade to 4.8.0 in my machine i have been getting problems with > the > painting of vertical headers in QTableViews with a