pyqt_reactive.windows.help_window_manager
PyQt6 help system - reuses Textual TUI help logic and components.
Classes
|
Base class for all PyQt6 help windows - reuses Textual TUI help logic. |
|
Help window for functions and classes - reuses Textual TUI DocstringExtractor. |
PyQt6 help window manager - unified window for all help content. |
|
Mixin class to add help functionality to PyQt6 widgets - mirrors Textual TUI. |
- class pyqt_reactive.windows.help_window_manager.BaseHelpWindow(title: str = 'Help', color_scheme: ColorScheme | None = None, parent=None)[source]
Base class for all PyQt6 help windows - reuses Textual TUI help logic.
- __init__(title: str = 'Help', color_scheme: ColorScheme | None = None, parent=None)[source]
- class pyqt_reactive.windows.help_window_manager.DocstringHelpWindow(target: Callable | type, title: str | None = None, color_scheme: ColorScheme | None = None, parent=None)[source]
Help window for functions and classes - reuses Textual TUI DocstringExtractor.
- class pyqt_reactive.windows.help_window_manager.HelpWindowManager[source]
PyQt6 help window manager - unified window for all help content.