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