177 to set the QProcess arguments for the ericdoc call and |
177 to set the QProcess arguments for the ericdoc call and |
178 a dictionary containing the non default parameters. This |
178 a dictionary containing the non default parameters. This |
179 dictionary can be passed back upon object generation to overwrite |
179 dictionary can be passed back upon object generation to overwrite |
180 the default settings. |
180 the default settings. |
181 |
181 |
182 @return a tuple of the commandline parameters and non default |
182 @return a tuple containing the commandline parameters, non default |
183 parameters (list of strings, dictionary) |
183 parameters and the start directory |
|
184 @rtype tuple of (list of str, dict, str) |
184 """ |
185 """ |
185 parms = {} |
186 parms = {} |
186 args = [] |
187 args = [] |
187 |
188 |
188 # 1. the program name |
189 # 1. the program name |