# {py:mod}`phystool.qt` ```{py:module} phystool.qt ``` ```{autodoc2-docstring} phystool.qt :allowtitles: ``` ## Submodules ```{toctree} :titlesonly: :maxdepth: 1 phystool.qt.process phystool.qt.helper phystool.qt.pdbfile phystool.qt.pdf phystool.qt.git phystool.qt.latex phystool.qt.filter ``` ## Package Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`MainWindow ` - ```{autodoc2-docstring} phystool.qt.MainWindow :summary: ``` * - {py:obj}`PhysQt ` - ```{autodoc2-docstring} phystool.qt.PhysQt :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`logger ` - ```{autodoc2-docstring} phystool.qt.logger :summary: ``` ```` ### API ````{py:data} logger :canonical: phystool.qt.logger :value: > 'getLogger(...)' ```{autodoc2-docstring} phystool.qt.logger ``` ```` ````{py:class} MainWindow() :canonical: phystool.qt.MainWindow Bases: {py:obj}`PySide6.QtWidgets.QMainWindow` ```{autodoc2-docstring} phystool.qt.MainWindow ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} phystool.qt.MainWindow.__init__ ``` ```` ````{py:class} PhysQt() :canonical: phystool.qt.PhysQt Bases: {py:obj}`PySide6.QtWidgets.QApplication` ```{autodoc2-docstring} phystool.qt.PhysQt ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} phystool.qt.PhysQt.__init__ ``` ````