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 300 - Missing or not working new style signals from PySide 0.4.0 (Maemo Fremantle)
: Missing or not working new style signals from PySide 0.4.0 (Maemo Fremantle)
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-08-16 06:10 EEST by Matti Airas
Modified: 2010-09-10 19:21 EEST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matti Airas 2010-08-16 06:10:56 EEST
The following signals don't work using the new style notation, while they do
using the old style one:

QAbstractListModel.rowsAboutToBeInserted[QModelIndex,int,int] <-- doesn't find
the signal's definition
QAbstractListModel.rowsInserted[QModelIndex,int,int] <-- doesn't find the
signal's definition
QApplication.desktop().resized[int] <-- crashes with core dump
Comment 1 renato filho 2010-08-18 10:24:53 EEST
Fixed on commit:

commit 23672770ea6fd79c38fed0695fc92ca193f0ece4
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Tue Aug 17 15:49:55 2010 -0300