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 1067 - Dialog created with pyside-uic giving weird TypeError
: Dialog created with pyside-uic giving weird TypeError
Status: RESOLVED INVALID
Product: PySide
Classification: Unclassified
Component: PySide
: HEAD
: PC Linux
: P5 critical
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2011-11-20 22:42 EET by Erkan Ozgur Yilmaz
Modified: 2011-11-20 23:00 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 Erkan Ozgur Yilmaz 2011-11-20 22:42:14 EET
pyside-uic compiled dialog gives the following error on Ubuntu 11.10 with
PySide 1.08

File
"/home/ozgur/Documents/development/oyProjectManager/oyProjectManager/ui/assetManager_UI.py",
line 15, in setupUi
    Dialog.setWindowModality(QtCore.Qt.ApplicationModal)
TypeError: QWidget.setWindowModality(Qt.WindowModality): argument 1 has
unexpected type 'PySide.QtCore.Qt.WindowModality'
Comment 1 Erkan Ozgur Yilmaz 2011-11-20 23:00:35 EET
seems like I've tried to edit PySide QDialog with PyQt4

you can close this bug report

sorry for the inconvenience...