24 prepareDocumentationViewerHtmlWarningDocument |
24 prepareDocumentationViewerHtmlWarningDocument |
25 |
25 |
26 from .data import codeDocumentationViewer_rc # __IGNORE_WARNING__ |
26 from .data import codeDocumentationViewer_rc # __IGNORE_WARNING__ |
27 |
27 |
28 |
28 |
|
29 # TODO: complete the support for color schemes as soon as Qt 5.14 is released |
29 class DocumentationViewerWidget(QWidget): |
30 class DocumentationViewerWidget(QWidget): |
30 """ |
31 """ |
31 Class implementing a rich text documentation viewer. |
32 Class implementing a rich text documentation viewer. |
32 """ |
33 """ |
33 def __init__(self, parent=None): |
34 def __init__(self, parent=None): |