pyanaconda.ui.categories package¶
Submodules¶
pyanaconda.ui.categories.customization module¶
pyanaconda.ui.categories.localization module¶
pyanaconda.ui.categories.software module¶
pyanaconda.ui.categories.system module¶
pyanaconda.ui.categories.user_settings module¶
Module contents¶
- class pyanaconda.ui.categories.SpokeCategory¶
Bases: object
A SpokeCategory is an object used to group multiple related Spokes together on a hub. It consists of a title displayed above, and then a two-column grid of SpokeSelectors. Each SpokeSelector is associated with a Spoke subclass. A SpokeCategory will only display those Spokes with a matching category attribute.
Class attributes:
- displayOnHubGUI – The GUI Hub subclass to display this Category on.
- If None, this Category will be skipped.
- displayOnHubTUI – The TUI Hub subclass to display this Category on.
- If None, this Category will be skipped.
- sortOrder – A number indicating the order in which this Category
- will be displayed. A lower number indicates display higher up in the Hub.
- title – The title of this SpokeCategory, to be displayed above
- the grid.
- displayOnHubGUI = None¶
- displayOnHubTUI = None¶
- sortOrder = 1000¶
- title = 'DEFAULT TITLE'¶