38 |
38 |
39 def __init__(self, pip, mode=PipFreezeDialogModes.Requirements, parent=None): |
39 def __init__(self, pip, mode=PipFreezeDialogModes.Requirements, parent=None): |
40 """ |
40 """ |
41 Constructor |
41 Constructor |
42 |
42 |
43 @param pip reference to the master object |
43 @param pip reference to the main interface object |
44 @type Pip |
44 @type Pip |
45 @param mode dialog mod (defaults to PipFreezeDialogModes.Requirements) |
45 @param mode dialog mod (defaults to PipFreezeDialogModes.Requirements) |
46 @type PipFreezeDialogModes (optional) |
46 @type PipFreezeDialogModes (optional) |
47 @param parent reference to the parent widget (defaults to None |
47 @param parent reference to the parent widget (defaults to None |
48 @type QWidget (optional) |
48 @type QWidget (optional) |