Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Light Logo Dark Logo

User Guide

  • Installation
    • Installing Python
  • Tutorial
    • The Automated Algorithum
    • autoDEER GUI
    • Jupyter Interface
  • API doc
  • autoEPR
    • Getting Started
    • Creating a Custom Sequence
    • Interfaces
      • Bruker Interface

About

  • Release Notes
  • Contributing Guide
  • Github
Back to top
View this page

autodeer.gui.log¶

Module Contents¶

Classes¶

LogDialog

Attributes¶

package_directory

autodeer.gui.log.package_directory[source]¶
class autodeer.gui.log.LogDialog(parent=...)[source]¶

Bases: PyQt6.QtWidgets.QDialog

Parameters:

parent (PyQt6.QtWidgets.QWidget | None)

log_levels[source]¶
log = '[]'[source]¶
add_new_entry(entry)[source]¶
Parameters:

entry (dict)

update_log_text()[source]¶
clear_log()[source]¶
save_log_to_file()[source]¶
Copyright © 2021-2024, Hugo Karas, Gunnar Jeschke, Stefan Stoll
Made with Sphinx and @pradyunsg's Furo
On this page
  • autodeer.gui.log
    • Module Contents
      • Classes
      • Attributes
        • package_directory
        • LogDialog
          • LogDialog.log_levels
          • LogDialog.log
          • LogDialog.add_new_entry()
          • LogDialog.update_log_text()
          • LogDialog.clear_log()
          • LogDialog.save_log_to_file()