Configuration editor
The configuration editor is used to edit the configuration description
files. These files determine which
configuration options are presented to the user.
The final configuration dialog
is constructed by merging the options in the files conf.descr in the
ClassyTk and Application default configuration directories.
Several buttons allow navigation in the configuration hierarchy described
by the conf.descr file:
- Parent: go back up one level in the hierarchy
- Sublist: go back up one level in the hierarchy
- Up: move slected entry up in the list
- Down: move slected entry down in the list
- Delete: delete selected entry
- Add: add an entry to the list. If the list is empty, the 'type'
of entry will be asked.
The entries next to the list allow changing entries. Depending on the type
of entry, some options ar not available.
- Name: change name (label) of current entry
- type: change type of current entry
- Key: change key of current entry
- Description: change desription of current entry
- Default value: change default value of current entry. The default
values are only used when creating a default init.values.
The save button at the bottom saves the edited conf.descr file. The
Create button creates a init.values file with default values.