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>showMenu(str, QMenu)</dt> |
52 </dd><dt>showMenu(str, QMenu)</dt> |
57 <dd> |
53 <dd> |
58 emitted when a menu is about to be shown. |
54 emitted when a menu is about to be shown. |
59 The name of the menu and a reference to the menu are given. |
55 The name of the menu and a reference to the menu are given. |
60 </dd><dt>sourceFile(str)</dt> |
|
61 <dd> |
|
62 emitted to open a resources file in an editor |
|
63 </dd> |
56 </dd> |
64 </dl> |
57 </dl> |
65 <h3>Derived from</h3> |
58 <h3>Derived from</h3> |
66 ProjectBaseBrowser |
59 ProjectBaseBrowser |
67 <h3>Class Attributes</h3> |
60 <h3>Class Attributes</h3> |
110 </tr><tr> |
103 </tr><tr> |
111 <td><a href="#ProjectResourcesBrowser.__openFile">__openFile</a></td> |
104 <td><a href="#ProjectResourcesBrowser.__openFile">__openFile</a></td> |
112 <td>Private slot to handle the Open menu action.</td> |
105 <td>Private slot to handle the Open menu action.</td> |
113 </tr><tr> |
106 </tr><tr> |
114 <td><a href="#ProjectResourcesBrowser.__readStderr">__readStderr</a></td> |
107 <td><a href="#ProjectResourcesBrowser.__readStderr">__readStderr</a></td> |
115 <td>Private slot to handle the readyReadStandardError signal of the pyrcc4/rbrcc process.</td> |
108 <td>Private slot to handle the readyReadStandardError signal of the pyrcc4/pyrcc5/pyside-rcc/rbrcc process.</td> |
116 </tr><tr> |
109 </tr><tr> |
117 <td><a href="#ProjectResourcesBrowser.__readStdout">__readStdout</a></td> |
110 <td><a href="#ProjectResourcesBrowser.__readStdout">__readStdout</a></td> |
118 <td>Private slot to handle the readyReadStandardOutput signal of the pyrcc4/rbrcc process.</td> |
111 <td>Private slot to handle the readyReadStandardOutput signal of the pyrcc4/pyrcc5/pyside-rcc/rbrcc process.</td> |
119 </tr><tr> |
112 </tr><tr> |
120 <td><a href="#ProjectResourcesBrowser.__showContextMenu">__showContextMenu</a></td> |
113 <td><a href="#ProjectResourcesBrowser.__showContextMenu">__showContextMenu</a></td> |
121 <td>Private slot called by the menu aboutToShow signal.</td> |
114 <td>Private slot called by the menu aboutToShow signal.</td> |
122 </tr><tr> |
115 </tr><tr> |
123 <td><a href="#ProjectResourcesBrowser.__showContextMenuBack">__showContextMenuBack</a></td> |
116 <td><a href="#ProjectResourcesBrowser.__showContextMenuBack">__showContextMenuBack</a></td> |
264 </p><a NAME="ProjectResourcesBrowser.__readStderr" ID="ProjectResourcesBrowser.__readStderr"></a> |
257 </p><a NAME="ProjectResourcesBrowser.__readStderr" ID="ProjectResourcesBrowser.__readStderr"></a> |
265 <h4>ProjectResourcesBrowser.__readStderr</h4> |
258 <h4>ProjectResourcesBrowser.__readStderr</h4> |
266 <b>__readStderr</b>(<i></i>) |
259 <b>__readStderr</b>(<i></i>) |
267 <p> |
260 <p> |
268 Private slot to handle the readyReadStandardError signal of the |
261 Private slot to handle the readyReadStandardError signal of the |
269 pyrcc4/rbrcc process. |
262 pyrcc4/pyrcc5/pyside-rcc/rbrcc process. |
270 </p><a NAME="ProjectResourcesBrowser.__readStdout" ID="ProjectResourcesBrowser.__readStdout"></a> |
263 </p><a NAME="ProjectResourcesBrowser.__readStdout" ID="ProjectResourcesBrowser.__readStdout"></a> |
271 <h4>ProjectResourcesBrowser.__readStdout</h4> |
264 <h4>ProjectResourcesBrowser.__readStdout</h4> |
272 <b>__readStdout</b>(<i></i>) |
265 <b>__readStdout</b>(<i></i>) |
273 <p> |
266 <p> |
274 Private slot to handle the readyReadStandardOutput signal of the |
267 Private slot to handle the readyReadStandardOutput signal of the |
275 pyrcc4/rbrcc process. |
268 pyrcc4/pyrcc5/pyside-rcc/rbrcc process. |
276 </p><a NAME="ProjectResourcesBrowser.__showContextMenu" ID="ProjectResourcesBrowser.__showContextMenu"></a> |
269 </p><a NAME="ProjectResourcesBrowser.__showContextMenu" ID="ProjectResourcesBrowser.__showContextMenu"></a> |
277 <h4>ProjectResourcesBrowser.__showContextMenu</h4> |
270 <h4>ProjectResourcesBrowser.__showContextMenu</h4> |
278 <b>__showContextMenu</b>(<i></i>) |
271 <b>__showContextMenu</b>(<i></i>) |
279 <p> |
272 <p> |
280 Private slot called by the menu aboutToShow signal. |
273 Private slot called by the menu aboutToShow signal. |