9472:5798ee4a8807 | 9473:3f23dbf37dbe |
---|---|
5 | 5 |
6 """ | 6 """ |
7 Module implementing the help viewer base class. | 7 Module implementing the help viewer base class. |
8 """ | 8 """ |
9 | 9 |
10 from PyQt6.QtCore import pyqtSignal, QUrl | 10 from PyQt6.QtCore import QUrl, pyqtSignal |
11 | 11 |
12 | 12 |
13 class HelpViewerImpl: | 13 class HelpViewerImpl: |
14 """ | 14 """ |
15 Class implementing the help viewer base class. | 15 Class implementing the help viewer base class. |