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 1109 - can't pickle WindowStates objects
: can't pickle WindowStates objects
Status: NEW
Product: PySide
Classification: Unclassified
Component: QtCore
: HEAD
: PC Linux
: P3 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2012-01-03 19:57 EET by Christofer Bertonha
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 Christofer Bertonha 2012-01-03 19:57:21 EET
The following code make the exception:

class MainWindow(QtGui.QMainWindow):
...
    def saveSettings(self):
        settings = QtCore.QSettings()
        settings.beginGroup('window')
        settings.setValue('state', self.windowState())
        ...
        settings.endGroup()
Comment 1 Matti Airas 2012-03-08 16:57:43 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!