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 278 - QtCore.QSettings setvalue/value doesn't work properly
: QtCore.QSettings setvalue/value doesn't work properly
Status: CLOSED INVALID
Product: PySide
Classification: Unclassified
Component: QtCore
: HEAD
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-08-03 15:25 EEST by Luciano Wolf
Modified: 2010-09-10 19:26 EEST (History)
7 users (show)

See Also:


Attachments
Test case (496 bytes, text/plain)
2010-08-03 15:25 EEST, Luciano Wolf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Luciano Wolf 2010-08-03 15:25:45 EEST
Created attachment 56 [details]
Test case

I was trying to store a tuple with 1 position (a QString). The result is a
QString (not the original tuple).

Test case included.
Comment 1 renato filho 2010-08-13 11:21:16 EEST
I tested this on c++ version and I got the same result, maybe this is a
limitation of INI files, what does not have support to store a string list with
only one element, I did not find any related info on Qt documentation. I change
th test case to use QObject property and everything works fine. Because of this
I will mark the bug as invalid.