2 <html><head> |
2 <html><head> |
3 <title>Plugin_Checker_PyLint.PyLint.PyLintConfigDialog</title> |
3 <title>Plugin_Checker_PyLint.PyLint.PyLintConfigDialog</title> |
4 <meta charset="UTF-8"> |
4 <meta charset="UTF-8"> |
5 <style> |
5 <style> |
6 body { |
6 body { |
7 background:white; |
7 background: #EDECE6; |
8 margin: 0em 1em 10em 1em; |
8 margin: 0em 1em 10em 1em; |
9 color: black; |
9 color: black; |
10 } |
10 } |
11 |
11 |
12 h1 { color: white; background: #4FA4FF; } |
12 h1 { color: white; background: #85774A; } |
13 h2 { color: white; background: #4FA4FF; } |
13 h2 { color: white; background: #85774A; } |
14 h3 { color: white; background: #00557F; } |
14 h3 { color: white; background: #9D936E; } |
15 h4 { color: white; background: #00557F; } |
15 h4 { color: white; background: #9D936E; } |
16 |
16 |
17 a { color: #AA5500; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body><a NAME="top" ID="top"></a> |
22 <h1>Plugin_Checker_PyLint.PyLint.PyLintConfigDialog</h1> |
22 <h1>Plugin_Checker_PyLint.PyLint.PyLintConfigDialog</h1> |
92 <table> |
92 <table> |
93 <tr><td>None</td></tr> |
93 <tr><td>None</td></tr> |
94 </table> |
94 </table> |
95 <a NAME="PyLintConfigDialog.__init__" ID="PyLintConfigDialog.__init__"></a> |
95 <a NAME="PyLintConfigDialog.__init__" ID="PyLintConfigDialog.__init__"></a> |
96 <h4>PyLintConfigDialog (Constructor)</h4> |
96 <h4>PyLintConfigDialog (Constructor)</h4> |
97 <b>PyLintConfigDialog</b>(<i>ppath, exe, parms=None, parent=None</i>) |
97 <b>PyLintConfigDialog</b>(<i>ppath, exe, parms, version</i>) |
98 <p> |
98 <p> |
99 Constructor |
99 Constructor |
100 </p><dl> |
100 </p><dl> |
101 <dt><i>ppath</i></dt> |
101 <dt><i>ppath</i></dt> |
102 <dd> |
102 <dd> |
106 <dd> |
106 <dd> |
107 name of the pylint executable (string) |
107 name of the pylint executable (string) |
108 </dd><dt><i>parms</i></dt> |
108 </dd><dt><i>parms</i></dt> |
109 <dd> |
109 <dd> |
110 parameters to set in the dialog |
110 parameters to set in the dialog |
111 </dd><dt><i>parent</i></dt> |
111 </dd><dt><i>version</i></dt> |
112 <dd> |
112 <dd> |
113 reference to the parent widget (QWidget) |
113 pylint version (string) |
114 </dd> |
114 </dd> |
115 </dl><a NAME="PyLintConfigDialog.__createConfigDone" ID="PyLintConfigDialog.__createConfigDone"></a> |
115 </dl><a NAME="PyLintConfigDialog.__createConfigDone" ID="PyLintConfigDialog.__createConfigDone"></a> |
116 <h4>PyLintConfigDialog.__createConfigDone</h4> |
116 <h4>PyLintConfigDialog.__createConfigDone</h4> |
117 <b>__createConfigDone</b>(<i>exitCode, exitStatus</i>) |
117 <b>__createConfigDone</b>(<i>exitCode, exitStatus</i>) |
118 <p> |
118 <p> |