Statistics
| Branch: | Revision:

root / qdict.h @ c45851c4

History | View | Annotate | Download (1.2 kB)

# Date Author Comment
fb08dde0 09/04/2009 05:37 pm Luiz Capitulino

Introduce QDict

QDict is a high-level dictionary data type that can be used to store a
collection of QObjects. A unique key is associated with only one
QObject.

The following functions are available:

- qdict_new() Create a new QDict
- qdict_put() Add a new 'key:object' pair...