Project/ProjectTranslationsBrowser.py

changeset 5726
e1dbd217214a
parent 5697
ee81081a0ff7
child 5754
978c56f3c25a
equal deleted inserted replaced
5725:671561c52802 5726:e1dbd217214a
37 37
38 class ProjectTranslationsBrowser(ProjectBaseBrowser): 38 class ProjectTranslationsBrowser(ProjectBaseBrowser):
39 """ 39 """
40 A class used to display the translations part of the project. 40 A class used to display the translations part of the project.
41 41
42 @signal linguistFile(str) emitted to open a translation file with
43 Qt-Linguist
44 @signal appendStdout(str) emitted after something was received from 42 @signal appendStdout(str) emitted after something was received from
45 a QProcess on stdout 43 a QProcess on stdout
46 @signal appendStderr(str) emitted after something was received from 44 @signal appendStderr(str) emitted after something was received from
47 a QProcess on stderr 45 a QProcess on stderr
48 @signal sourceFile(str) emitted to open a translation file in an editor
49 @signal closeSourceWindow(str) emitted after a file has been
50 removed/deleted from the project
51 @signal trpreview(list of str, bool = False) emitted to preview
52 translations in the translations previewer
53 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. 46 @signal showMenu(str, QMenu) emitted when a menu is about to be shown.
54 The name of the menu and a reference to the menu are given. 47 The name of the menu and a reference to the menu are given.
55 """ 48 """
56 appendStdout = pyqtSignal(str) 49 appendStdout = pyqtSignal(str)
57 appendStderr = pyqtSignal(str) 50 appendStderr = pyqtSignal(str)

eric ide

mercurial