TextView¶
- class sofia_redux.visualization.display.text_view.TextView(parent=None)[source]¶
Bases:
QDialog,Ui_TextWindowView, find, and filter text.
All attributes and methods for this class are intended for internal use, in response to user actions within a Qt5 application.
Initialize the text viewer widget.
- Parameters:
- parent
QWidget Parent widget.
- parent
Methods Summary
filter()Filter text to lines containing a specified string.
find()Find a string within the text.
format()Format the input text to HTML for display.
load(text)Load text into the widget.
setTitle(title)Set the window title.
Methods Documentation