guikit.skeleton.config
¶
Settings for configuring the application general behavior, plugging collection and other aspects of the tool.
Module Contents¶
- guikit.skeleton.config.APP_LONG_NAME: str = 'Python GUI Template'¶
Long, human meaningful app name.
- guikit.skeleton.config.PLUGINS: List[str] = []¶
Explicit list of plugins that will be loaded in the order provided.
- guikit.skeleton.config.AUTO_PLUGINS: List[str]¶
Plugins collected from the given locations. See plugins.collect_plugins
- guikit.skeleton.config.NOTEBOOK_LAYOUT: bool = True¶
Indicate if a notebook layout should be used in contrast to a central widget only.
- guikit.skeleton.config.TAB_STYLE: str = 'top'¶
Location of the tabs. Valid values are top, bottom, left and right.