15 |
15 |
16 class EricSimpleHelpDialog(QDialog, Ui_EricSimpleHelpDialog): |
16 class EricSimpleHelpDialog(QDialog, Ui_EricSimpleHelpDialog): |
17 """ |
17 """ |
18 Class implementing a dialog to show some help text. |
18 Class implementing a dialog to show some help text. |
19 """ |
19 """ |
|
20 |
20 def __init__(self, title="", label="", helpStr="", parent=None): |
21 def __init__(self, title="", label="", helpStr="", parent=None): |
21 """ |
22 """ |
22 Constructor |
23 Constructor |
23 |
24 |
24 @param title title of the window |
25 @param title title of the window |
25 @type str |
26 @type str |
26 @param label label for the help |
27 @param label label for the help |
27 @type str |
28 @type str |
28 @param helpStr HTML help text |
29 @param helpStr HTML help text |