eric6.E5Gui.E5PlainTextDialog
Module implementing a dialog to show some plain text.
Global Attributes
Classes
Functions
E5PlainTextDialog
Class implementing a dialog to show some plain text.
Derived from
QDialog, Ui_E5PlainTextDialog
Class Attributes
Class Methods
Methods
Static Methods
E5PlainTextDialog (Constructor)
E5PlainTextDialog(title="", text="", parent=None)
Constructor
- title (str)
-
title of the window
- text (str)
-
text to be shown
- parent (QWidget)
-
reference to the parent widget
E5PlainTextDialog.on_copyButton_clicked
on_copyButton_clicked()
Private slot to copy the text to the clipboard.