Documentation/Source/eric6.Project.UicLoadUi.html

changeset 6550
7c20da9a480a
equal deleted inserted replaced
6549:50ae5813ac40 6550:7c20da9a480a
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Project.UicLoadUi</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Project.UicLoadUi</h1>
23 <p>
24 Module to get sys.path of an external interpreter.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <h3>Functions</h3>
35 <table>
36 <tr>
37 <td><a href="#__mapType">__mapType</a></td>
38 <td>Private function to map a type as reported by Qt's meta object to the correct Python type.</td>
39 </tr><tr>
40 <td><a href="#className">className</a></td>
41 <td>Function to get the class name of a form.</td>
42 </tr><tr>
43 <td><a href="#objectName">objectName</a></td>
44 <td>Function to get the object name of a form.</td>
45 </tr><tr>
46 <td><a href="#signatures">signatures</a></td>
47 <td>Function to get the signatures of form elements.</td>
48 </tr>
49 </table>
50 <hr /><hr />
51 <a NAME="__mapType" ID="__mapType"></a>
52 <h2>__mapType</h2>
53 <b>__mapType</b>(<i>type_</i>)
54 <p>
55 Private function to map a type as reported by Qt's meta object to the
56 correct Python type.
57 </p><dl>
58 <dt><i>type_</i> (QByteArray or bytes)</dt>
59 <dd>
60 type as reported by Qt
61 </dd>
62 </dl><dl>
63 <dt>Returns:</dt>
64 <dd>
65 mapped Python type
66 </dd>
67 </dl><dl>
68 <dt>Return Type:</dt>
69 <dd>
70 str
71 </dd>
72 </dl>
73 <div align="right"><a href="#top">Up</a></div>
74 <hr /><hr />
75 <a NAME="className" ID="className"></a>
76 <h2>className</h2>
77 <b>className</b>(<i>formFile, projectPath</i>)
78 <p>
79 Function to get the class name of a form.
80 </p><dl>
81 <dt><i>formFile</i> (str)</dt>
82 <dd>
83 file name of the form
84 </dd><dt><i>projectPath</i> (str)</dt>
85 <dd>
86 directory name of the project
87 </dd>
88 </dl>
89 <div align="right"><a href="#top">Up</a></div>
90 <hr /><hr />
91 <a NAME="objectName" ID="objectName"></a>
92 <h2>objectName</h2>
93 <b>objectName</b>(<i>formFile, projectPath</i>)
94 <p>
95 Function to get the object name of a form.
96 </p><dl>
97 <dt><i>formFile</i> (str)</dt>
98 <dd>
99 file name of the form
100 </dd><dt><i>projectPath</i> (str)</dt>
101 <dd>
102 directory name of the project
103 </dd>
104 </dl>
105 <div align="right"><a href="#top">Up</a></div>
106 <hr /><hr />
107 <a NAME="signatures" ID="signatures"></a>
108 <h2>signatures</h2>
109 <b>signatures</b>(<i>formFile, projectPath</i>)
110 <p>
111 Function to get the signatures of form elements.
112 </p><dl>
113 <dt><i>formFile</i> (str)</dt>
114 <dd>
115 file name of the form
116 </dd><dt><i>projectPath</i> (str)</dt>
117 <dd>
118 directory name of the project
119 </dd>
120 </dl>
121 <div align="right"><a href="#top">Up</a></div>
122 <hr />
123 </body></html>

eric ide

mercurial