eric6/UI/CodeDocumentationViewer.py

changeset 7236
11600f56e056
parent 7229
53054eb5b15a
child 7264
bedbe458d792
equal deleted inserted replaced
7235:4f23ea4af43c 7236:11600f56e056
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):

eric ide

mercurial