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 322 - Some QAction.triggered signals connected to slots with no arguments fail
: Some QAction.triggered signals connected to slots with no arguments fail
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-08-27 11:05 EEST by Matti Airas
Modified: 2010-10-13 13:48 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-27 11:05:29 EEST
If you run e.g. examples/mainwindows/application/application.py, the Cut and
Paste buttons and menu options work fine but Copy fails, despite the
corresponding TextEdit slots being identical.

Error calling slot "copy" 
TypeError: copy() takes no arguments (1 given)

Probably related: examples/mainwindows/sdi/sdi.py fails if you open a new
document (so that you have two or more windows on the screen) and then select
File->Exit (or Ctrl-Q) from any of the new windows (not the original one):

Error calling slot closeAllWindows8a72a8c(bool) 
TypeError: closeAllWindows() takes no arguments (1 given)
Comment 1 renato filho 2010-09-17 18:56:01 EEST
This problem was solved in a previous commit, but I found a new bug on
application exit, I fixed this on PySide commit:

commit 6974551674d72a828ff9ae19af510c90a62a09ec
Author: renatofilho <renato.filho@openbossa.org>
Date:   Fri Sep 17 17:03:01 2010 -0300
Comment 2 renato filho 2010-10-13 13:48:28 EEST
released on PySide 0.4.2