Re: Python plasmoid - can't read value from config

2012-04-10 Thread Alex Dancu
On 04/10/2012 04:18 PM, Aaron J. Seigo wrote: On Monday, April 9, 2012 22:01:08 Alex Dancu wrote: I'm trying to persist and then get back from the configuration the plasmoid settings. I have tried to persist first a single String property with no success at all in getting it back. I tried to cas

Re: Python plasmoid - can't read value from config

2012-04-10 Thread Aaron J. Seigo
On Monday, April 9, 2012 22:01:08 Alex Dancu wrote: > I'm trying to persist and then get back from the configuration the > plasmoid settings. I have tried to persist first a single String > property with no success at all in getting it back. I tried to cast - > config.readEntry(QString('k123sensors

Python plasmoid - can't read value from config

2012-04-09 Thread Alex Dancu
Hi, I have this problem with a python plasmoid. I'm trying to persist and then get back from the configuration the plasmoid settings. I have tried to persist first a single String property with no success at all in getting it back. I tried to cast - config.readEntry(QString('k123sensors')) b