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 481 - mimeData() missing from QListWidget, QTreeWidget, QTableWidget
: mimeData() missing from QListWidget, QTreeWidget, QTableWidget
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: PySide
: 0.4.2
: All All
: P3 normal
Assigned To: renato filho
:
: 484
:
  Show dependency treegraph
 
Reported: 2010-11-22 13:12 EET by Dan Halbert
Modified: 2011-01-06 16:19 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 Dan Halbert 2010-11-22 13:12:59 EET
mimeData() is set to remove="all" in the XML files for QListWidget,
QTreeWidget, QTableWidget.

I'm not sure why this is; it may have to do with the argument type, which might
be or might not have been supported.

Note that these are virtual protected functions in the C++.
Comment 1 Matti Airas 2010-11-23 06:29:06 EET
Acknowledging and retaining P3 priority. This will be fixed during the upcoming
sprints.
Comment 2 Hugo Parente Lima 2010-12-20 11:43:42 EET
This bug depends on bug 484.
Comment 3 Matti Airas 2010-12-20 12:02:42 EET
(In reply to comment #2)
> This bug depends on bug 484.

How? I can't see the connection.
Comment 4 Hugo Parente Lima 2010-12-20 13:27:19 EET
When I uncomment those function I get the compiler errors:

error: 'toCpp' is not a member of 'Shiboken::Converter<const
QList<QListWidgetItem*> >'

This is the same problem show on bug 484.
Comment 5 Hugo Parente Lima 2010-12-20 14:12:55 EET
Fixed in commit:

pyside/d2d9f6bac9aa410510620faf0952456f2fb28a0e
Comment 6 renato filho 2011-01-06 16:19:27 EET
released on beta3