87 <p> |
87 <p> |
88 Class implementing the single application server embedded within the |
88 Class implementing the single application server embedded within the |
89 Translations Previewer. |
89 Translations Previewer. |
90 </p><h4>Signals</h4> |
90 </p><h4>Signals</h4> |
91 <dl> |
91 <dl> |
92 <dt>loadForm(fname)</dt> |
92 <dt>loadForm(str)</dt> |
93 <dd> |
93 <dd> |
94 emitted to load a form file |
94 emitted to load a form file |
95 </dd><dt>loadTranslation(fname, first)</dt> |
95 </dd><dt>loadTranslation(str, bool)</dt> |
96 <dd> |
96 <dd> |
97 emitted to load a translation file |
97 emitted to load a translation file |
98 </dd> |
98 </dd> |
99 </dl> |
99 </dl> |
100 <h3>Derived from</h3> |
100 <h3>Derived from</h3> |
101 SingleApplicationServer |
101 SingleApplicationServer |
102 <h3>Class Attributes</h3> |
102 <h3>Class Attributes</h3> |
103 <table> |
103 <table> |
104 <tr><td>None</td></tr> |
104 <tr><td>loadForm</td></tr><tr><td>loadTranslation</td></tr> |
105 </table> |
105 </table> |
106 <h3>Methods</h3> |
106 <h3>Methods</h3> |
107 <table> |
107 <table> |
108 <tr> |
108 <tr> |
109 <td><a href="#TRSingleApplicationServer.__init__">TRSingleApplicationServer</a></td> |
109 <td><a href="#TRSingleApplicationServer.__init__">TRSingleApplicationServer</a></td> |