diff options
Diffstat (limited to 'DESIGN')
-rw-r--r-- | DESIGN | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -33,8 +33,8 @@ current config object's entry map and then written back. Note that there is a subtle difference between revertToDefault() and deleteEntry(). revertToDefault() will change the entry to the default value set by the system administrator (Via e.g. $KDEDIR/share/config) or, if no such default was set, -non-existant. -deleteEntry() will make the entry non-existant. If if the system administrator +non-existent. +deleteEntry() will make the entry non-existent. If if the system administrator has specified a default value, the local entry is marked with [$d]. Entries are marked "immutable" if the key is followed by [$i]. This means @@ -47,7 +47,7 @@ KConfig XT ========== My buzzword picker offered KConfig XT ("eXtended Technology") and KConfig NG -("Next Generation"). Since the planned changes are ment to be evolutionary +("Next Generation"). Since the planned changes are meant to be evolutionary rather than revolutionary, KConfig NG was dropped. Goals @@ -96,7 +96,7 @@ myconfig.kcfgc: Implementation specific code generation instructions choses the actual name. KConfigDialogManager: Class that links widgets in a dialog up with their - corresponding confguration options in a configuration + corresponding configuration options in a configuration object derived from KConfigSkeleton. MyConfigWidget: Dialog generated from a .ui description file. Widget names |