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 181 - Support Qt message handling system
: Support Qt message handling system
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtCore
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-03-08 14:26 EET by Michele Petrazzo
Modified: 2010-08-04 15:15 EEST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Petrazzo 2010-03-08 14:26:21 EET
qWarning is missing on pyside, but on pyqt4 are there.


>>> from PyQt4.QtCore import qWarning
>>> qWarning
<built-in function qWarning>

>>> from PySide.QtCore import qWarning
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name qWarning
Comment 1 Lauro Moura 2010-03-08 15:38:22 EET
Editing the summary as qWarning works integrated with qInstallMsgHandler. Seems
to be a matter of making one of those C++ wrapper for python callbacks.
Comment 2 Hugo Parente Lima 2010-04-08 19:10:55 EEST
Fixed, waiting for code review:
http://qt.gitorious.org/pyside/pyside-shiboken/merge_requests/101
Comment 3 Hugo Parente Lima 2010-04-13 21:07:56 EEST
The bug was partially fixed.

Now qWarning, qDebug, etc are exported, but qInstallMsgHandler still
unsupported at the moment.
Comment 4 Luciano Wolf 2010-06-21 17:43:55 EEST
fixed on commit #54b69c3595cadfbfa5f65849d4dd106718920976