Module implementing the Editor General configuration page.
None |
EditorGeneralPage | Class implementing the Editor General configuration page. |
create | Module function to create the configuration page. |
Class implementing the Editor General configuration page.
None |
None |
EditorGeneralPage | Constructor |
__createOverrideItem | Private method to create an entry for a language override. |
__populateLanguageOverrideWidget | Private method to populate the language specific indentation and tab width override widget. |
__resizeOverrideColumns | Private method to resize the list columns. |
__saveLanguageOverrides | Private method to save the language specific indentation and tab width overrides. |
on_addButton_clicked | Private slot to add a new override entry. |
on_deleteButton_clicked | Private slot to delete the selected override entries. |
on_editButton_clicked | Private slot to edit the selected override entry. |
on_languageOverrideWidget_itemSelectionChanged | Private slot handling a change of the override selection. |
on_tabforindentationCheckBox_toggled | Private slot used to set the tab conversion check box. |
save | Public slot to save the Editor General configuration. |
None |
Constructor
Private method to create an entry for a language override.
Private method to populate the language specific indentation and tab width override widget.
Private method to resize the list columns.
Private method to save the language specific indentation and tab width overrides.
Private slot to add a new override entry.
Private slot to delete the selected override entries.
Private slot to edit the selected override entry.
Private slot handling a change of the override selection.
Private slot used to set the tab conversion check box.
Public slot to save the Editor General configuration.
Module function to create the configuration page.