34 <h3>Functions</h3> |
34 <h3>Functions</h3> |
35 <table> |
35 <table> |
36 <tr> |
36 <tr> |
37 <td><a href="#getConfigPath">getConfigPath</a></td> |
37 <td><a href="#getConfigPath">getConfigPath</a></td> |
38 <td>Public method to get the filename of the config file.</td> |
38 <td>Public method to get the filename of the config file.</td> |
|
39 </tr><tr> |
|
40 <td><a href="#prepareProcess">prepareProcess</a></td> |
|
41 <td>Public method to prepare the given process.</td> |
39 </tr> |
42 </tr> |
40 </table> |
43 </table> |
41 <hr /><hr /> |
44 <hr /><hr /> |
42 <a NAME="getConfigPath" ID="getConfigPath"></a> |
45 <a NAME="getConfigPath" ID="getConfigPath"></a> |
43 <h2>getConfigPath</h2> |
46 <h2>getConfigPath</h2> |
49 <dd> |
52 <dd> |
50 filename of the config file (string) |
53 filename of the config file (string) |
51 </dd> |
54 </dd> |
52 </dl> |
55 </dl> |
53 <div align="right"><a href="#top">Up</a></div> |
56 <div align="right"><a href="#top">Up</a></div> |
|
57 <hr /><hr /> |
|
58 <a NAME="prepareProcess" ID="prepareProcess"></a> |
|
59 <h2>prepareProcess</h2> |
|
60 <b>prepareProcess</b>(<i>proc, encoding="", language=""</i>) |
|
61 <p> |
|
62 Public method to prepare the given process. |
|
63 </p><dl> |
|
64 <dt><i>proc</i></dt> |
|
65 <dd> |
|
66 reference to the proces to be prepared (QProcess) |
|
67 </dd><dt><i>encoding</i></dt> |
|
68 <dd> |
|
69 encoding to be used by the process (string) |
|
70 </dd><dt><i>language</i></dt> |
|
71 <dd> |
|
72 language to be set (string) |
|
73 </dd> |
|
74 </dl> |
|
75 <div align="right"><a href="#top">Up</a></div> |
54 <hr /> |
76 <hr /> |
55 </body></html> |
77 </body></html> |