Module implementing the Icons configuration page.
None |
IconsPage | Class implementing the Icons configuration page. |
create | Module function to create the configuration page. |
Class implementing the Icons configuration page.
None |
None |
IconsPage | Constructor |
__getSelectedDefaultIconsPath | Private method to determine the selected default icons path. |
on_addIconDirectoryButton_clicked | Private slot to add the icon directory displayed to the listbox. |
on_deleteIconDirectoryButton_clicked | Private slot to delete the currently selected directory of the listbox. |
on_downButton_clicked | Private slot called to move the selected item down in the list. |
on_iconDirectoryList_currentRowChanged | Private slot to handle the currentRowChanged signal of the icons directory list. |
on_iconDirectoryPicker_textChanged | Private slot to handle the textChanged signal of the directory picker. |
on_showDefaultIconsButton_clicked | Private slot to display a preview of the selected default icons. |
on_showIconsButton_clicked | Private slot to display a preview of an icons directory. |
on_upButton_clicked | Private slot called to move the selected item up in the list. |
save | Public slot to save the Icons configuration. |
None |
Constructor
Private method to determine the selected default icons path.
Private slot to add the icon directory displayed to the listbox.
Private slot to delete the currently selected directory of the listbox.
Private slot called to move the selected item down in the list.
Private slot to handle the currentRowChanged signal of the icons directory list.
Private slot to handle the textChanged signal of the directory picker.
Private slot to display a preview of the selected default icons.
Private slot to display a preview of an icons directory.
Private slot called to move the selected item up in the list.
Public slot to save the Icons configuration.
Module function to create the configuration page.