Plasma
ConfigLoader Class Reference
A KConfigSkeleton that populates itself based on KConfigXT XML. More...
#include <Plasma/ConfigLoader>
Detailed Description
A KConfigSkeleton that populates itself based on KConfigXT XML.This class allows one to ship an XML file and reconstitute it into a KConfigSkeleton object at runtime. Common usage might look like this:
QFile file(xmlFilePath); Plasma::ConfigLoader appletConfig(configFilePath, &file);
Alternatively, any QIODevice may be used in place of QFile in the example above.
Currently the following data types are supported:
- bools
- colors
- datetimes
- enumerations
- fonts
- ints
- passwords
- paths
- strings
- stringlists
- uints
- urls
- doubles
- int lists
- longlongs
- path lists
- points
- rects
- sizes
- ulonglongs
- url lists
The documentation for this class was generated from the following file: