My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

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"
  2. call once macro PERSISTENCE_INIT after QApplication has been created( usually called in main )
  3. 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

Powered by Google Project Hosting