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 281 - missing constructor property set support
: missing constructor property set support
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Shiboken
: HEAD
: All All
: P5 normal
Assigned To: Marcelo Lira
:
:
:
  Show dependency treegraph
 
Reported: 2010-08-05 10:28 EEST by renato filho
Modified: 2010-09-10 19:21 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 renato filho 2010-08-05 10:28:12 EEST
The PSEP 101 mention a support to property set during the QObjects constructor
using named args, and this is not supported by PySide at the moment.

"PyQt does not integrate Python and Qt's property systems, but it does allow Qt
properties to be set when an object is constructed using keyword arguments
(i.e., where the keyword is the name of a Qt property). The same functionality
will be implemented in PySide. Also, PyQt provides the pyqtConfigure() method
for all objects that have Qt properties: this method can be called at any time
and the object's Qt properties set by passing it keyword arguments"
Comment 1 renato filho 2010-08-16 19:06:52 EEST
fixed on commit:

commit d686c687074708af1654131f603b767d52f611e6
Author: Renato Filho <renato.filho@openbossa.org>
Date:   Mon Aug 16 18:22:56 2010 -0300