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 577 - Reference to QString in docs
: Reference to QString in docs
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Documentation
: HEAD
: All All
: P4 trivial
Assigned To: renato filho
: http://www.pyside.org/docs/pyside/PyS...
:
:
  Show dependency treegraph
 
Reported: 2011-01-03 13:21 EET by Wiliam Souza
Modified: 2011-01-06 16:19 EET (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wiliam Souza 2011-01-03 13:21:40 EET
QStandardItemModel doc still making reference to QString.

model = QStandardItemModel (4, 4)
for row in range(4):
    for column in range(4):
        item = QStandardItem(QString("row %0, column %1").arg(row).arg(column))
        model.setItem(row, column, item)
Comment 1 Hugo Parente Lima 2011-01-03 14:43:04 EET
This is a sub-bug of bug 387, anyway it was fixed in commit:

pyside/ea83c5e554e3901702135d07e9d03ec758bd56ae
Comment 2 renato filho 2011-01-06 16:19:36 EET
released on beta3