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 250 - Pyuic still generate QtCore.QString object declaration in API2
: Pyuic still generate QtCore.QString object declaration in API2
Status: CLOSED DUPLICATE of bug 248
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-06-18 08:40 EEST by Matti Airas
Modified: 2010-08-13 11:31 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 Matti Airas 2010-06-18 08:40:06 EEST
Christopher Tarento wrote on the mailing list:

[Using Ubuntu 10.04 32 bits]

I'm using git HEAD branch.
When creating an UI with a combobox widget populated with some list, pyside-uic
generates QtCore.QString object declaration.

  File "jean.py", line 25, in __init__
    self.ui.setupUi(self)
  File "/home/jean/bob/jean.py", line 64, in setupUi
    self.myComboBox.addItem(QtCore.QString())
AttributeError: 'module' object has no attribute 'QString'
Comment 1 Hugo Parente Lima 2010-06-18 15:43:33 EEST

*** This bug has been marked as a duplicate of bug 248 ***