PDA

View Full Version : Code snippets



blue.death
9th January 2006, 17:44
hi guys,
its been some time since visiting the Qt forum or the new Qt centre.. hope i didnt miss anything too important :)

now, if somebody needs to store their application settings in xml files, take a look to the developer's corner at The OSDaB Project. I have uploaded a Qt4 class to handle many Qt data types and load/store them from/to xml files.
i dont like the QSettings stuff, sorry.. and ini files are not so easy to parse :)

comments, suggestions and requests are welcome :)

The URL: http://osdab.sourceforge.net/devcorner.php

ps: the RatingLabel widget has been ported to Qt4, if someone cares :)

MarkoSan
9th January 2006, 17:57
hi guys,
its been some time since visiting the Qt forum or the new Qt centre.. hope i didnt miss anything too important

now, if somebody needs to store their application settings in xml files, take a look to the developer's corner at The OSDaB Project. I have uploaded a Qt4 class to handle many Qt data types and load/store them from/to xml files.
i dont like the QSettings stuff, sorry.. and ini files are not so easy to parse :)

comments, suggestions and requests are welcome :)

The URL: http://osdab.sourceforge.net/devcorner.php

ps: the RatingLabel widget has been ported to Qt4, if someone cares :)
Where is the link to RatingLabel?

Ups, I found it. :D