Plugin_Refactoring_Rope.RefactoringRope.PreviewDialogBase

Module implementing a dialog base class to preview changes.

Classes

PreviewDialogBase Class implementing a dialog base class to preview changes.

Functions

None


PreviewDialogBase

Class implementing a dialog base class to preview changes.

Derived from

QDialog, Ui_PreviewDialog

Methods

PreviewDialogBase Constructor
_appendText Restricted method to append text to the end of the contents pane.

PreviewDialogBase (Constructor)

PreviewDialogBase(parent = None)

Constructor

parent
reference to the parent widget (QWidget)

PreviewDialogBase._appendText

_appendText(txt, format)

Restricted method to append text to the end of the contents pane.

txt
text to insert (QString)
format
text format to be used (QTextCharFormat)
Up