QSettingsDialog  1.0.0
A Qt library to easily create a settings dialog for user configurable settings
Classes
Loaders

The loaders module contains the basic loader classes. More...

Classes

class  QSettingsPropertyLoader
 A loader to load properties from objects and gadgets. More...
 
class  QSettingsPropertyEntry
 A class that combines the QSettingsEntry and the QSettingsPropertyLoader. More...
 
class  QSettingsSettingsLoader
 A loader to load data from QSettings. More...
 

Detailed Description

The loaders module contains the basic loader classes.

This module contains predefined loaders for the most common settings sources: Object-Properties and a settings file.

Core Structure

The following diagramm describes the Loaders structure. Bold classes are the most important ones for you as an api user:

structure_loaders.svg
The Loaders-Structure in a class diagram

Examples

The core can be found in any of the default examples, but all of it's features are tested out in the LoadersTest. Use this example if you interested in all the feature of the Loaders.