Plugin_Refactoring_Rope.RefactoringRope.HelpDialog

Module implementing a dialog to show help about rope.

Classes

HelpDialog Class implementing a dialog to show help about rope.

Functions

None


HelpDialog

Class implementing a dialog to show help about rope.

Derived from

QDialog, Ui_HelpDialog

Methods

HelpDialog Constructor

HelpDialog (Constructor)

HelpDialog(title, helpfile, parent = None)

Constructor

title
window title (string or QString)
helpfile
filename of the helpfile (string)

Up