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 967 - Mismatch between QComboBox.currentIndexChanged default overload and PyQT doc.
: Mismatch between QComboBox.currentIndexChanged default overload and PyQT doc.
Status: CLOSED DUPLICATE of bug 988
Product: PySide
Classification: Unclassified
Component: Documentation
: 1.0.5
: PC Linux
: P3 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2011-08-13 04:33 EEST by gknispel
Modified: 2011-09-21 21:19 EEST (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 gknispel 2011-08-13 04:33:16 EEST
In 
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qcombobox.html#currentIndexChanged
(i'm using PyQT doc because i could not find the default overload in PySide
doc), the default overload for QComboBox.currentIndexChanged is specified as
void currentIndexChanged (int).

Testing using rev 7ecfb3e921bdc9777cf3a29937ff10d383bbe4f9 (after 1.0.5) of
PySide shows that void currentIndexChanged (const QString&) is used as the
default overload.
Comment 1 Hugo Parente Lima 2011-08-31 17:30:26 EEST
Hi,

This issue was due to a regression in PySide 1.0.6, it's already fixed and a
unit test for qcombobox and qtabwidget was added, the default signal is the
"int" signature, the QString signature is indeed deprecated by Qt.

Regards

*** This bug has been marked as a duplicate of bug 988 ***
Comment 2 Hugo Parente Lima 2011-08-31 17:41:09 EEST
unit test added in commit:

pyside/90979117a636437423bf8573340a2a6feecbf980
Comment 3 renato filho 2011-09-21 21:19:46 EEST
Release 1.0.7