116 </dl> |
116 </dl> |
117 <div align="right"><a href="#top">Up</a></div> |
117 <div align="right"><a href="#top">Up</a></div> |
118 <hr /><hr /> |
118 <hr /><hr /> |
119 <a NAME="loadTranslators" ID="loadTranslators"></a> |
119 <a NAME="loadTranslators" ID="loadTranslators"></a> |
120 <h2>loadTranslators</h2> |
120 <h2>loadTranslators</h2> |
121 <b>loadTranslators</b>(<i>qtTransDir, app, translationFiles = ()</i>) |
121 <b>loadTranslators</b>(<i>qtTransDir, app, translationFiles=()</i>) |
122 <p> |
122 <p> |
123 Module function to load all required translations. |
123 Module function to load all required translations. |
124 </p><dl> |
124 </p><dl> |
125 <dt><i>qtTransDir</i></dt> |
125 <dt><i>qtTransDir</i></dt> |
126 <dd> |
126 <dd> |
141 </dl> |
141 </dl> |
142 <div align="right"><a href="#top">Up</a></div> |
142 <div align="right"><a href="#top">Up</a></div> |
143 <hr /><hr /> |
143 <hr /><hr /> |
144 <a NAME="makeAppInfo" ID="makeAppInfo"></a> |
144 <a NAME="makeAppInfo" ID="makeAppInfo"></a> |
145 <h2>makeAppInfo</h2> |
145 <h2>makeAppInfo</h2> |
146 <b>makeAppInfo</b>(<i>argv, name, arg, description, options = []</i>) |
146 <b>makeAppInfo</b>(<i>argv, name, arg, description, options=[]</i>) |
147 <p> |
147 <p> |
148 Module function to generate a dictionary describing the application. |
148 Module function to generate a dictionary describing the application. |
149 </p><dl> |
149 </p><dl> |
150 <dt><i>argv</i></dt> |
150 <dt><i>argv</i></dt> |
151 <dd> |
151 <dd> |
182 </p> |
182 </p> |
183 <div align="right"><a href="#top">Up</a></div> |
183 <div align="right"><a href="#top">Up</a></div> |
184 <hr /><hr /> |
184 <hr /><hr /> |
185 <a NAME="simpleAppStartup" ID="simpleAppStartup"></a> |
185 <a NAME="simpleAppStartup" ID="simpleAppStartup"></a> |
186 <h2>simpleAppStartup</h2> |
186 <h2>simpleAppStartup</h2> |
187 <b>simpleAppStartup</b>(<i>argv, appinfo, mwFactory, quitOnLastWindowClosed = True, app = None</i>) |
187 <b>simpleAppStartup</b>(<i>argv, appinfo, mwFactory, quitOnLastWindowClosed=True, app=None</i>) |
188 <p> |
188 <p> |
189 Module function to start up an application that doesn't need a specialized start up. |
189 Module function to start up an application that doesn't need a specialized start up. |
190 </p><p> |
190 </p><p> |
191 This function is used by all of eric5's helper programs. |
191 This function is used by all of eric5's helper programs. |
192 </p><dl> |
192 </p><dl> |
215 </dl> |
215 </dl> |
216 <div align="right"><a href="#top">Up</a></div> |
216 <div align="right"><a href="#top">Up</a></div> |
217 <hr /><hr /> |
217 <hr /><hr /> |
218 <a NAME="usage" ID="usage"></a> |
218 <a NAME="usage" ID="usage"></a> |
219 <h2>usage</h2> |
219 <h2>usage</h2> |
220 <b>usage</b>(<i>appinfo, optlen = 12</i>) |
220 <b>usage</b>(<i>appinfo, optlen=12</i>) |
221 <p> |
221 <p> |
222 Module function to show the usage information. |
222 Module function to show the usage information. |
223 </p><dl> |
223 </p><dl> |
224 <dt><i>appinfo</i></dt> |
224 <dt><i>appinfo</i></dt> |
225 <dd> |
225 <dd> |