Settings-ui.xml
From MythTV Official Wiki
The settings-ui.xml file governs the layout and behavior of the System Event Editor. It consists of the following windows and named attributes:
System Event Editor Windows
| Window Name | Type | Description |
| rawsettingseditor | Window | The System Event Editor screen. |
The "rawsettingseditor" window
| Widget Name | Widget Type | Description | Required? |
| settings | buttonlist | A buttonlist containing all the available system events. | Yes |
| label-text | textarea | A label for the currently selected event item. | Yes |
| settingvalue | textedit | An editor to change the command invoked for the selected system event. | Yes |
| save | button | The "Save" button. | Yes |
| cancel | button | The "Cancel" button. | Yes |
| heading | textarea | The page title. | No |