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 22 - QTabWidget.removeTab() not doing anything
: QTabWidget.removeTab() not doing anything
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtGui
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2009-08-28 09:31 EEST by Matti Airas
Modified: 2009-10-14 14:21 EEST (History)
4 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 2009-08-28 09:31:19 EEST
From the mailing list:

I can't find that the method removeTab() of the QTabWidget in the
documentation. This method seems to be implemented (I don't get any error
calling it), but does nothing.

Is it a bug, a not-yet-implemented-feature, or is it planned to be definitly
removed from PySide?

Or is there a serious bug in my program (which works fine under PyQt)?
Comment 1 renato filho 2009-08-31 20:00:16 EEST
fixed in git version.

commit: 73ea8d6ccbf222d1aa7a3109113e663d31ceffd5
Comment 2 Luciano Wolf 2009-09-02 16:52:05 EEST
Fixed, just need a unit test.