# {py:mod}`phystool.qt.config` ```{py:module} phystool.qt.config ``` ```{autodoc2-docstring} phystool.qt.config :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`DeltaConfigParser ` - ```` ### API `````{py:class} DeltaConfigParser() :canonical: phystool.qt.config.DeltaConfigParser Bases: {py:obj}`configparser.ConfigParser` ````{py:method} get_themes() -> list[str] :canonical: phystool.qt.config.DeltaConfigParser.get_themes ```{autodoc2-docstring} phystool.qt.config.DeltaConfigParser.get_themes ``` ```` ````{py:method} select(name: str) -> None :canonical: phystool.qt.config.DeltaConfigParser.select ```{autodoc2-docstring} phystool.qt.config.DeltaConfigParser.select ``` ```` ````{py:method} load(name: str) -> None :canonical: phystool.qt.config.DeltaConfigParser.load ```{autodoc2-docstring} phystool.qt.config.DeltaConfigParser.load ``` ```` `````