=========================================================== Core Objects =========================================================== Application Globals ===================== The app_globals file contains pointers in application scope. .. code-block:: python # Typical usage import app_globals as G # access the settings G.settings.get_servers() .. automodule:: pyqtdb.app_globals :members: :undoc-members: :show-inheritance: XSettings ===================== .. automodule:: pyqtdb.XSettings :members: :undoc-members: :show-inheritance: DBMainWindow ===================== .. automodule:: pyqtdb.DBMainWindow :members: :undoc-members: :show-inheritance: Images Helper ===================== .. automodule:: pyqtdb.img :members: :undoc-members: :show-inheritance: