Project/ProjectFormsBrowser.py

changeset 5726
e1dbd217214a
parent 5697
ee81081a0ff7
child 5878
74d02cd37185
equal deleted inserted replaced
5725:671561c52802 5726:e1dbd217214a
41 """ 41 """
42 A class used to display the forms part of the project. 42 A class used to display the forms part of the project.
43 43
44 @signal appendStderr(str) emitted after something was received from 44 @signal appendStderr(str) emitted after something was received from
45 a QProcess on stderr 45 a QProcess on stderr
46 @signal sourceFile(str) emitted to open a forms file in an editor
47 @signal uipreview(str) emitted to preview a forms file 46 @signal uipreview(str) emitted to preview a forms file
48 @signal trpreview(list of str) emitted to preview form files in the
49 translations previewer
50 @signal closeSourceWindow(str) emitted after a file has been
51 removed/deleted from the project
52 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The 47 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. The
53 name of the menu and a reference to the menu are given. 48 name of the menu and a reference to the menu are given.
54 @signal menusAboutToBeCreated() emitted when the context menus are about to 49 @signal menusAboutToBeCreated() emitted when the context menus are about to
55 be created. This is the right moment to add or remove hook methods. 50 be created. This is the right moment to add or remove hook methods.
56 """ 51 """

eric ide

mercurial