18 ########################################################################### |
18 ########################################################################### |
19 |
19 |
20 SAFile = "eric5_trpreviewer" |
20 SAFile = "eric5_trpreviewer" |
21 |
21 |
22 # define the protocol tokens |
22 # define the protocol tokens |
23 SALoadForm = '>LoadForm<' |
23 SALoadForm = '>LoadForm<' |
24 SALoadTranslation = '>LoadTranslation<' |
24 SALoadTranslation = '>LoadTranslation<' |
|
25 |
25 |
26 |
26 class TRSingleApplicationServer(SingleApplicationServer): |
27 class TRSingleApplicationServer(SingleApplicationServer): |
27 """ |
28 """ |
28 Class implementing the single application server embedded within the |
29 Class implementing the single application server embedded within the |
29 Translations Previewer. |
30 Translations Previewer. |
30 |
31 |
31 @signal loadForm(str) emitted to load a form file |
32 @signal loadForm(str) emitted to load a form file |
32 @signal loadTranslation(str, bool) emitted to load a translation file |
33 @signal loadTranslation(str, bool) emitted to load a translation file |
33 """ |
34 """ |