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 315 - Unable to mix and match old and new-style signals
: Unable to mix and match old and new-style signals
Status: CLOSED DUPLICATE of bug 314
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-08-25 12:08 EEST by Matti Airas
Modified: 2010-09-10 19:27 EEST (History)
8 users (show)

See Also:


Attachments
Mixing signal syntaxes sample (732 bytes, text/x-python)
2010-08-25 12:08 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-25 12:08:32 EEST
Created attachment 63 [details]
Mixing signal syntaxes sample

Now, this might VERY probably be my own mistake, but in that case an
explanation would be nice. In the attached sample, I'm unable to connect
old-style signal using the new connect syntax (or vice versa). If I do both
either the old style or new style, it works.

This doesn't work on PyQt either...
Comment 1 renato filho 2010-08-25 14:07:56 EEST
I think this is the same problem related on bug 314

*** This bug has been marked as a duplicate of bug 314 ***
Comment 2 Matti Airas 2010-08-26 10:54:38 EEST
Damn you - this wasn't a duplicate but an invalid one! Defining the signals as
testSignal(int) worked perfectly. (The hybrid version didn't work on PyQt
either.)