src/eric7/Documentation/Source/eric7.Project.UicLoadUi5.html

branch
mpy_network
changeset 9989
286c2a21f36f
parent 9565
ed264631ab1e
child 10479
856476537696
equal deleted inserted replaced
9988:1ba9d07ba9da 9989:286c2a21f36f
28 <tr> 28 <tr>
29 <td><a href="#__mapType">__mapType</a></td> 29 <td><a href="#__mapType">__mapType</a></td>
30 <td>Private function to map a type as reported by Qt's meta object to the correct Python type.</td> 30 <td>Private function to map a type as reported by Qt's meta object to the correct Python type.</td>
31 </tr> 31 </tr>
32 <tr> 32 <tr>
33 <td><a href="#_printerr">_printerr</a></td>
34 <td>Function to print the given string as error to sys.stdoerr with a guard string.</td>
35 </tr>
36 <tr>
33 <td><a href="#_printout">_printout</a></td> 37 <td><a href="#_printout">_printout</a></td>
34 <td>Function to print the given string to sys.stdout with a guard string.</td> 38 <td>Function to print the given string as output to sys.stderr with a guard string.</td>
35 </tr> 39 </tr>
36 <tr> 40 <tr>
37 <td><a href="#className">className</a></td> 41 <td><a href="#className">className</a></td>
38 <td>Function to get the class name of a form.</td> 42 <td>Function to get the class name of a form.</td>
39 </tr> 43 </tr>
76 </dd> 80 </dd>
77 </dl> 81 </dl>
78 <div align="right"><a href="#top">Up</a></div> 82 <div align="right"><a href="#top">Up</a></div>
79 <hr /> 83 <hr />
80 <hr /> 84 <hr />
85 <a NAME="_printerr" ID="_printerr"></a>
86 <h2>_printerr</h2>
87 <b>_printerr</b>(<i>dataString</i>)
88
89 <p>
90 Function to print the given string as error to sys.stdoerr with a guard string.
91 </p>
92 <dl>
93
94 <dt><i>dataString</i> (str)</dt>
95 <dd>
96 string to be printed
97 </dd>
98 </dl>
99 <div align="right"><a href="#top">Up</a></div>
100 <hr />
101 <hr />
81 <a NAME="_printout" ID="_printout"></a> 102 <a NAME="_printout" ID="_printout"></a>
82 <h2>_printout</h2> 103 <h2>_printout</h2>
83 <b>_printout</b>(<i>dataString</i>) 104 <b>_printout</b>(<i>dataString</i>)
84 105
85 <p> 106 <p>
86 Function to print the given string to sys.stdout with a guard string. 107 Function to print the given string as output to sys.stderr with a guard string.
87 </p> 108 </p>
88 <dl> 109 <dl>
89 110
90 <dt><i>dataString</i> (str)</dt> 111 <dt><i>dataString</i> (str)</dt>
91 <dd> 112 <dd>

eric ide

mercurial