37 """ |
37 """ |
38 Constructor |
38 Constructor |
39 |
39 |
40 @param configuration dictionary containing the configuration parameters |
40 @param configuration dictionary containing the configuration parameters |
41 as returned by the command configuration dialog |
41 as returned by the command configuration dialog |
42 @type dictResolver |
42 @type dict |
43 @param venvManager reference to the virtual environment manager |
43 @param venvManager reference to the virtual environment manager |
44 @type VirtualenvManager |
44 @type VirtualenvManager |
45 @param parent reference to the parent widget |
45 @param parent reference to the parent widget |
46 @type QWidget |
46 @type QWidget |
47 """ |
47 """ |