46 Class used to display a file system tree. |
46 Class used to display a file system tree. |
47 </p><p> |
47 </p><p> |
48 Via the context menu that |
48 Via the context menu that |
49 is displayed by a right click the user can select various actions on |
49 is displayed by a right click the user can select various actions on |
50 the selected file. |
50 the selected file. |
51 </p><h4>Signals</h4> |
51 </p><h3>Signals</h3> |
52 <dl> |
52 <dl> |
53 <dt>designerFile(str)</dt> |
53 <dt>designerFile(str)</dt> |
54 <dd> |
54 <dd> |
55 emitted to open a Qt-Designer file |
55 emitted to open a Qt-Designer file |
56 </dd><dt>linguistFile(str)</dt> |
56 </dd><dt>linguistFile(str)</dt> |
87 QTreeView |
87 QTreeView |
88 <h3>Class Attributes</h3> |
88 <h3>Class Attributes</h3> |
89 <table> |
89 <table> |
90 <tr><td>None</td></tr> |
90 <tr><td>None</td></tr> |
91 </table> |
91 </table> |
|
92 <h3>Class Methods</h3> |
|
93 <table> |
|
94 <tr><td>None</td></tr> |
|
95 </table> |
92 <h3>Methods</h3> |
96 <h3>Methods</h3> |
93 <table> |
97 <table> |
94 <tr> |
98 <tr> |
95 <td><a href="#Browser.__init__">Browser</a></td> |
|
96 <td>Constructor</td> |
|
97 </tr><tr> |
|
98 <td><a href="#Browser.__addAsToplevelDir">__addAsToplevelDir</a></td> |
99 <td><a href="#Browser.__addAsToplevelDir">__addAsToplevelDir</a></td> |
99 <td>Private slot to handle the Add as toplevel directory popup menu entry.</td> |
100 <td>Private slot to handle the Add as toplevel directory popup menu entry.</td> |
100 </tr><tr> |
101 </tr><tr> |
101 <td><a href="#Browser.__configure">__configure</a></td> |
102 <td><a href="#Browser.__configure">__configure</a></td> |
102 <td>Private method to open the configuration dialog.</td> |
103 <td>Private method to open the configuration dialog.</td> |
168 <td>Public slot to save the toplevel directories.</td> |
169 <td>Public slot to save the toplevel directories.</td> |
169 </tr><tr> |
170 </tr><tr> |
170 <td><a href="#Browser.wantedItem">wantedItem</a></td> |
171 <td><a href="#Browser.wantedItem">wantedItem</a></td> |
171 <td>Public method to check type of an item.</td> |
172 <td>Public method to check type of an item.</td> |
172 </tr> |
173 </tr> |
|
174 </table> |
|
175 <h3>Static Methods</h3> |
|
176 <table> |
|
177 <tr><td>None</td></tr> |
173 </table> |
178 </table> |
174 <a NAME="Browser.__init__" ID="Browser.__init__"></a> |
179 <a NAME="Browser.__init__" ID="Browser.__init__"></a> |
175 <h4>Browser (Constructor)</h4> |
180 <h4>Browser (Constructor)</h4> |
176 <b>Browser</b>(<i>parent=None</i>) |
181 <b>Browser</b>(<i>parent=None</i>) |
177 <p> |
182 <p> |