eric6.E5Gui.E5PlainTextDialog

Module implementing a dialog to show some plain text.

Global Attributes

None

Classes

E5PlainTextDialog Class implementing a dialog to show some plain text.

Functions

None


E5PlainTextDialog

Class implementing a dialog to show some plain text.

Derived from

QDialog, Ui_E5PlainTextDialog

Class Attributes

None

Class Methods

None

Methods

E5PlainTextDialog Constructor
on_copyButton_clicked Private slot to copy the text to the clipboard.

Static Methods

None

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.

Up