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 635 - QToolBar.addAction not the same as in C++/PyQt4
: QToolBar.addAction not the same as in C++/PyQt4
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtGui
: HEAD
: All All
: P3 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2011-01-22 19:07 EET by Pascal
Modified: 2011-02-17 19:18 EET (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 Pascal 2011-01-22 19:07:38 EET
QToolBar in PySide only has 2 versions available
 - QToolBar.addAction(text)
 - QToolBar.addAction(icon, text)

While the C++ version as well as PyQt4 have four versions.
In addition to the ones mentioned above there is a version that automatically
connects the triggered() slot.
Comment 1 Matti Airas 2011-01-28 08:59:16 EET
Thanks for the bug report and sorry for the slight delay - I'm prioritizing
this P3.
Comment 2 renato filho 2011-02-10 10:49:37 EET
fixed on pyside commit:

commit bda10df1da58fc19c527596b5c259ff41b4a4953
Author: Renato Araujo Oliveira Filho <renato.filho@openbossa.org>
Date:   Wed Feb 9 18:24:26 2011 -0300


Two new signatures was added to addAction:

QToolBar.addAction(QString, [Callback | Slot | Signal])
QToolBar.addAction(QIcon, QString, [Callback | Slot | Signal])
Comment 3 Hugo Parente Lima 2011-02-17 19:18:16 EET
Released in 1.0.0~rc1