资 源 简 介
This framework is intended for storing persistent data of small Qt4 Applications easily.
This framework helps to use persistency with very minimal implementation-overhead. These are the steps to do for using it:
1. include "persistence.h"
1. call once macro PERSISTENCE_INIT after QApplication has been created( usually called in main )
1. For each item to store call once macro PERSISTENT That"s it. The data will be stored on exit and loaded on start.
For more description please visit the Wiki page: http://code.google.com/p/qoolpersistence/wiki/QoolPersistence
Have fun!
Valentin Heinitz