API Overview
Modules
experimentalextrasextras.code_editorextras.code_editor.code_editorextras.code_editor.code_lineextras.code_editor.highlightersextras.code_editor.highlighters.pythonextras.command_paletteextras.command_palette.command_paletteextras.log_monitorextras.log_monitor.log_database_handlerextras.log_monitor.log_filter_controlsextras.log_monitor.log_profileextras.log_monitor.log_table_viewextras.log_monitor.log_widgetextras.styleextras.style.colorsextras.style.dark_paletteextras.style.themesoptionaloptionsutilsutils.adapterutils.call_laterutils.deferutils.drag_and_droputils.get_iputils.signalsutils.singletonutils.string_builderutils.timestamputils.traceutils.utilswidgetswidgets.buttonswidgets.dock_widgetwidgets.labeleditwidgets.layoutswidgets.line_widgetswidgets.link_labelwidgets.persistent_tab_widgetwidgets.persistent_widgetswidgets.togglewidgets.toolbar
Classes
code_editor.CodeEditorcode_line.CodeLinepython.PythonHighlightercommand_palette.Commandcommand_palette.CommandCompletercommand_palette.CommandModelcommand_palette.CommandRegistrycommand_palette.PopupDelegatelog_database_handler.DatabaseHandlerlog_filter_controls.FilterControlslog_filter_controls.LoggerDelegatelog_filter_controls.LoggerTreeWidgetlog_filter_controls.LoggerTreeWidgetItemlog_filter_controls.ProfileSelectorlog_profile.Columnlog_profile.LogProfilelog_table_view.LogDbModellog_table_view.LogTableViewlog_widget.LogMonitorDockWidgetlog_widget.LogMonitorDropdownlog_widget.LogMonitorWidgetcolors.colorscolors.qcolorsoptions.OPTIONSadapter.Adapterdefer.Defer: A context manager that emulates the defer keyword from other languages.drag_and_drop.PreviewDragsignals.SignalBlocker: A context manager that blocks the signals of the provided widget.string_builder.Builder: Utility class for incrementally building strings.timestamp.TimeStamp: A TimeStamp object that can be used to track the time since it was created.buttons.ConfirmToggleButtonbuttons.IconToggleButtonbuttons.MenuButtonbuttons.StateButtondock_widget.BaseDockWidgetlabeledit.LabelEditlayouts.CFormLayoutlayouts.CGridLayoutlayouts.CHBoxLayoutlayouts.CScrollArealayouts.CSplitterlayouts.CVBoxLayoutlayouts.ContextLayoutlayouts.ContextLayoutBaselayouts.PersistentCScrollArealayouts.PersistentCSplitterline_widgets.HLineline_widgets.VLinelink_label.LinkLabelpersistent_tab_widget.PersistentTabWidgetpersistent_widgets.PersistentCheckBoxpersistent_widgets.PersistentCheckableActionpersistent_widgets.PersistentComboBoxpersistent_widgets.PersistentLineEditpersistent_widgets.PersistentListWidgetpersistent_widgets.PersistentPlainTextEditpersistent_widgets.PersistentTextEditpersistent_widgets.PersistentTreeWidgettoggle.AnimatedToggletoggle.PersistentAnimatedToggletoggle.PersistentToggletoggle.Toggletoolbar.BaseToolbar
Functions
python.format: Return a QTextCharFormat with the given attributes.python.get_stylecommand_palette.get_colorlog_monitor.installlog_filter_controls.get_colordark_palette.install_dark_palettethemes.apply_themethemes.darkthemes.lightcall_later.call_later: call the given function after a specified delaydrag_and_drop.accepts_file_drops: Decorator that enables drag-and-drop on a QWidget.drag_and_drop.draggableget_ip.get_ip: Get the current machine's IPv4 address.singleton.singleton: Class decorator that only allows one instance to be created.timestamp.time_since: Calculate the elapsed time since the given TimeStamp or time value.trace.out: The print function used by the trace decorator.trace.trace: A decorator that logs registration, execution, and completion times of a function.utils.disable_children: Recursively walk the provided thing and disable all of its widget children.utils.enable_children: Recursively walk the provided thing and enable all of its widget children.utils.get_children: Recursively visit all the children of the specified object and collect them in a list.utils.print_children: Recursively visit all the children of the specified object and print them.utils.set_font_options: Set the QFont options of the specified object.
This file was automatically generated via lazydocs.