QSettingsDialog
1.0.0
A Qt library to easily create a settings dialog for user configurable settings
|
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... | |
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.
The following diagramm describes the Loaders structure. Bold classes are the most important ones for you as an api user:
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.