PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 317 - QItemSelection objects are not iterables
: QItemSelection objects are not iterables
Status: CLOSED DUPLICATE of bug 293
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-08-26 10:00 EEST by Matti Airas
Modified: 2010-09-10 19:27 EEST (History)
8 users (show)

See Also:


Attachments
Test case (157 bytes, text/x-python)
2010-08-26 10:00 EEST, Matti Airas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matti Airas 2010-08-26 10:00:30 EEST
Created attachment 66 [details]
Test case

Even though QItemSelection is inherited from QList, it isn't an iterable in
PySide. An example that works in PyQt but not in PySide is attached.
Comment 1 Hugo Parente Lima 2010-08-26 11:03:21 EEST

*** This bug has been marked as a duplicate of bug 293 ***
Comment 2 Matti Airas 2010-08-26 15:22:05 EEST
OK OK, I'll promise to check the Bugzilla for existing bugs from now on... :-I