Documentation/Source/eric6.Project.ProjectFormsBrowser.html

branch
maintenance
changeset 5730
6422afc7adc4
parent 5727
c8842a8d1167
child 6296
db9b3a419845
equal deleted inserted replaced
5695:9a71bd9e2e37 5730:6422afc7adc4
47 <dl> 47 <dl>
48 <dt>appendStderr(str)</dt> 48 <dt>appendStderr(str)</dt>
49 <dd> 49 <dd>
50 emitted after something was received from 50 emitted after something was received from
51 a QProcess on stderr 51 a QProcess on stderr
52 </dd><dt>closeSourceWindow(str)</dt>
53 <dd>
54 emitted after a file has been
55 removed/deleted from the project
56 </dd><dt>menusAboutToBeCreated()</dt> 52 </dd><dt>menusAboutToBeCreated()</dt>
57 <dd> 53 <dd>
58 emitted when the context menus are about to 54 emitted when the context menus are about to
59 be created. This is the right moment to add or remove hook methods. 55 be created. This is the right moment to add or remove hook methods.
60 </dd><dt>showMenu(str, QMenu)</dt> 56 </dd><dt>showMenu(str, QMenu)</dt>
61 <dd> 57 <dd>
62 emitted when a menu is about to be shown. The 58 emitted when a menu is about to be shown. The
63 name of the menu and a reference to the menu are given. 59 name of the menu and a reference to the menu are given.
64 </dd><dt>sourceFile(str)</dt>
65 <dd>
66 emitted to open a forms file in an editor
67 </dd><dt>trpreview(list of str)</dt>
68 <dd>
69 emitted to preview form files in the
70 translations previewer
71 </dd><dt>uipreview(str)</dt> 60 </dd><dt>uipreview(str)</dt>
72 <dd> 61 <dd>
73 emitted to preview a forms file 62 emitted to preview a forms file
74 </dd> 63 </dd>
75 </dl> 64 </dl>
133 </tr><tr> 122 </tr><tr>
134 <td><a href="#ProjectFormsBrowser.__openFileInEditor">__openFileInEditor</a></td> 123 <td><a href="#ProjectFormsBrowser.__openFileInEditor">__openFileInEditor</a></td>
135 <td>Private slot to handle the Open in Editor menu action.</td> 124 <td>Private slot to handle the Open in Editor menu action.</td>
136 </tr><tr> 125 </tr><tr>
137 <td><a href="#ProjectFormsBrowser.__readStderr">__readStderr</a></td> 126 <td><a href="#ProjectFormsBrowser.__readStderr">__readStderr</a></td>
138 <td>Private slot to handle the readyReadStandardError signal of the pyuic/rbuic process.</td> 127 <td>Private slot to handle the readyReadStandardError signal of the pyuic4/pyuic5/pyside-uic/rbuic4 process.</td>
139 </tr><tr> 128 </tr><tr>
140 <td><a href="#ProjectFormsBrowser.__readStdout">__readStdout</a></td> 129 <td><a href="#ProjectFormsBrowser.__readStdout">__readStdout</a></td>
141 <td>Private slot to handle the readyReadStandardOutput signal of the pyuic/rbuic process.</td> 130 <td>Private slot to handle the readyReadStandardOutput signal of the pyuic4/pyuic5/pyside-uic/rbuic4 process.</td>
142 </tr><tr> 131 </tr><tr>
143 <td><a href="#ProjectFormsBrowser.__showContextMenu">__showContextMenu</a></td> 132 <td><a href="#ProjectFormsBrowser.__showContextMenu">__showContextMenu</a></td>
144 <td>Private slot called by the menu aboutToShow signal.</td> 133 <td>Private slot called by the menu aboutToShow signal.</td>
145 </tr><tr> 134 </tr><tr>
146 <td><a href="#ProjectFormsBrowser.__showContextMenuBack">__showContextMenuBack</a></td> 135 <td><a href="#ProjectFormsBrowser.__showContextMenuBack">__showContextMenuBack</a></td>
299 </p><a NAME="ProjectFormsBrowser.__readStderr" ID="ProjectFormsBrowser.__readStderr"></a> 288 </p><a NAME="ProjectFormsBrowser.__readStderr" ID="ProjectFormsBrowser.__readStderr"></a>
300 <h4>ProjectFormsBrowser.__readStderr</h4> 289 <h4>ProjectFormsBrowser.__readStderr</h4>
301 <b>__readStderr</b>(<i></i>) 290 <b>__readStderr</b>(<i></i>)
302 <p> 291 <p>
303 Private slot to handle the readyReadStandardError signal of the 292 Private slot to handle the readyReadStandardError signal of the
304 pyuic/rbuic process. 293 pyuic4/pyuic5/pyside-uic/rbuic4 process.
305 </p><a NAME="ProjectFormsBrowser.__readStdout" ID="ProjectFormsBrowser.__readStdout"></a> 294 </p><a NAME="ProjectFormsBrowser.__readStdout" ID="ProjectFormsBrowser.__readStdout"></a>
306 <h4>ProjectFormsBrowser.__readStdout</h4> 295 <h4>ProjectFormsBrowser.__readStdout</h4>
307 <b>__readStdout</b>(<i></i>) 296 <b>__readStdout</b>(<i></i>)
308 <p> 297 <p>
309 Private slot to handle the readyReadStandardOutput signal of the 298 Private slot to handle the readyReadStandardOutput signal of the
310 pyuic/rbuic process. 299 pyuic4/pyuic5/pyside-uic/rbuic4 process.
311 </p><a NAME="ProjectFormsBrowser.__showContextMenu" ID="ProjectFormsBrowser.__showContextMenu"></a> 300 </p><a NAME="ProjectFormsBrowser.__showContextMenu" ID="ProjectFormsBrowser.__showContextMenu"></a>
312 <h4>ProjectFormsBrowser.__showContextMenu</h4> 301 <h4>ProjectFormsBrowser.__showContextMenu</h4>
313 <b>__showContextMenu</b>(<i></i>) 302 <b>__showContextMenu</b>(<i></i>)
314 <p> 303 <p>
315 Private slot called by the menu aboutToShow signal. 304 Private slot called by the menu aboutToShow signal.

eric ide

mercurial