exopy.utils.widgets.qt_autoscroll_html module¶
Html widget automatically scrolling ot show latest added text.
-
class
exopy.utils.widgets.qt_autoscroll_html.QtAutoscrollHtml(parent=None, **kwargs)[source]¶ Bases:
enaml.widgets.raw_widget.RawWidgetCustom Html display which scrolls down to the last line on update.
Carriage returns are automatically converted to ‘<br>’ so that there is no issue in the Html rendering.
-
text¶ Text displayed by the widget. Any Html mark up will be rendered.
-
hug_width= 'ignore'¶
-
hug_height= 'ignore'¶
-