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 708 - Remaining pyqtSignal in ref docs
: Remaining pyqtSignal in ref docs
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Documentation
: HEAD
: All All
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2011-03-02 05:54 EET by Bajusz Tamás
Modified: 2011-03-04 17:01 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 Bajusz Tamás 2011-03-02 05:54:47 EET
On http://www.pyside.org/docs/pyside/PySide/QtCore/Signal.html

valueChanged = QtCore.pyqtSignal(['int'], ['unicode'])

should be

valueChanged = QtCore.Signal(['int'], ['unicode'])
Comment 1 Hugo Parente Lima 2011-03-02 19:37:48 EET
Fixed in commit:

pyside/2ed86dc43538536718ad9592eb47e03d2674a8a7

Thanks for reporting, the fixed version of the documentation will be published
on the next PySide release.
Comment 2 Matti Airas 2011-03-04 11:24:47 EET
Red flag: What's the origin of the example in the documentation? Are there many
documents in the example taken from PyQt? Have the example licenses been
verified?
Comment 3 Hugo Parente Lima 2011-03-04 15:10:40 EET
Closing bug due to 1.0.0 release.
Comment 4 Hugo Parente Lima 2011-03-04 15:28:00 EET
(In reply to comment #2)
> Red flag: What's the origin of the example in the documentation? Are there many
> documents in the example taken from PyQt? Have the example licenses been
> verified?

There's a note in the docs telling the user where the page contents come from,
IIRC the docs don't came with the PyQt release files and there's no info about
the docs license in the webpage, maybe this is not enough, better
remove/rewrite the page?
Comment 5 Hugo Parente Lima 2011-03-04 17:01:36 EET
Content removed.