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 1157 - pyside-uic does not save a reference to QSpacerItem
: pyside-uic does not save a reference to QSpacerItem
Status: UNCONFIRMED
Product: PySide
Classification: Unclassified
Component: pyside-tools
: 1.1.0
: PC Linux
: P5 enhancement
Assigned To: Lauro Moura
:
:
:
  Show dependency treegraph
 
Reported: 2012-02-29 22:20 EET by Nik A. Melchior
Modified: 2012-03-08 16:57 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 Nik A. Melchior 2012-02-29 22:20:52 EET
When a ui file from designer is converted into python with pyside-uic,
convenient references are saved in the generated class for referencing widgets
and layouts.  Widgets and layouts are also named with setObjectName().  This is
helpful since python code can later access and programmatically alter these
objects.  QSpacerItem is treated differently, though.  Instances are created as
local variables in the setupUi() method, and no objectName is set.  It would be
nice if spacers were handled like widgets and layouts.
Comment 1 Matti Airas 2012-03-08 16:57:46 EET
PySide is now a Qt-addon and uses Qt Project's JIRA tool for tracking bugs.
Please verify that the bug is still valid and re-submit it in the address
below:

https://bugreports.qt-project.org/

Sorry for the inconvenience!