Documentation/Source/eric5.UI.FindFileNameDialog.html

changeset 2755
2fac33b2e886
parent 2387
2d119e79ab54
child 3018
70924c0bdaf1
equal deleted inserted replaced
2754:2b3a46d8905b 2755:2fac33b2e886
86 <td>Private slot called by a button of the button box clicked.</td> 86 <td>Private slot called by a button of the button box clicked.</td>
87 </tr><tr> 87 </tr><tr>
88 <td><a href="#FindFileNameDialog.on_fileExtEdit_textChanged">on_fileExtEdit_textChanged</a></td> 88 <td><a href="#FindFileNameDialog.on_fileExtEdit_textChanged">on_fileExtEdit_textChanged</a></td>
89 <td>Private slot to handle the textChanged signal of the file extension edit.</td> 89 <td>Private slot to handle the textChanged signal of the file extension edit.</td>
90 </tr><tr> 90 </tr><tr>
91 <td><a href="#FindFileNameDialog.on_fileList_currentItemChanged">on_fileList_currentItemChanged</a></td>
92 <td>Private slot handling a change of the current item.</td>
93 </tr><tr>
91 <td><a href="#FindFileNameDialog.on_fileList_itemActivated">on_fileList_itemActivated</a></td> 94 <td><a href="#FindFileNameDialog.on_fileList_itemActivated">on_fileList_itemActivated</a></td>
92 <td>Private slot to handle the double click on a file item.</td> 95 <td>Private slot to handle the double click on a file item.</td>
93 </tr><tr> 96 </tr><tr>
94 <td><a href="#FindFileNameDialog.on_fileNameEdit_textChanged">on_fileNameEdit_textChanged</a></td> 97 <td><a href="#FindFileNameDialog.on_fileNameEdit_textChanged">on_fileNameEdit_textChanged</a></td>
95 <td>Private slot to handle the textChanged signal of the file name edit.</td> 98 <td>Private slot to handle the textChanged signal of the file name edit.</td>
130 <dd> 133 <dd>
131 parent widget of this dialog (QWidget) 134 parent widget of this dialog (QWidget)
132 </dd> 135 </dd>
133 </dl><a NAME="FindFileNameDialog.__openFile" ID="FindFileNameDialog.__openFile"></a> 136 </dl><a NAME="FindFileNameDialog.__openFile" ID="FindFileNameDialog.__openFile"></a>
134 <h4>FindFileNameDialog.__openFile</h4> 137 <h4>FindFileNameDialog.__openFile</h4>
135 <b>__openFile</b>(<i></i>) 138 <b>__openFile</b>(<i>itm=None</i>)
136 <p> 139 <p>
137 Private slot to open a file. 140 Private slot to open a file.
138 </p><p> 141 </p><p>
139 It emits the signal 142 It emits the signal sourceFile or designerFile depending on the
140 sourceFile or designerFile depending on the file extension. 143 file extension.
141 </p><a NAME="FindFileNameDialog.__searchFile" ID="FindFileNameDialog.__searchFile"></a> 144 </p><dl>
145 <dt><i>itm</i></dt>
146 <dd>
147 item to be opened (QTreeWidgetItem)
148 </dd>
149 </dl><a NAME="FindFileNameDialog.__searchFile" ID="FindFileNameDialog.__searchFile"></a>
142 <h4>FindFileNameDialog.__searchFile</h4> 150 <h4>FindFileNameDialog.__searchFile</h4>
143 <b>__searchFile</b>(<i></i>) 151 <b>__searchFile</b>(<i></i>)
144 <p> 152 <p>
145 Private slot to handle the search. 153 Private slot to handle the search.
146 </p><a NAME="FindFileNameDialog.checkStop" ID="FindFileNameDialog.checkStop"></a> 154 </p><a NAME="FindFileNameDialog.checkStop" ID="FindFileNameDialog.checkStop"></a>
171 </p><dl> 179 </p><dl>
172 <dt><i>text</i></dt> 180 <dt><i>text</i></dt>
173 <dd> 181 <dd>
174 (ignored) 182 (ignored)
175 </dd> 183 </dd>
184 </dl><a NAME="FindFileNameDialog.on_fileList_currentItemChanged" ID="FindFileNameDialog.on_fileList_currentItemChanged"></a>
185 <h4>FindFileNameDialog.on_fileList_currentItemChanged</h4>
186 <b>on_fileList_currentItemChanged</b>(<i>current, previous</i>)
187 <p>
188 Private slot handling a change of the current item.
189 </p><dl>
190 <dt><i>current</i></dt>
191 <dd>
192 current item (QTreeWidgetItem)
193 </dd><dt><i>previous</i></dt>
194 <dd>
195 prevoius current item (QTreeWidgetItem)
196 </dd>
176 </dl><a NAME="FindFileNameDialog.on_fileList_itemActivated" ID="FindFileNameDialog.on_fileList_itemActivated"></a> 197 </dl><a NAME="FindFileNameDialog.on_fileList_itemActivated" ID="FindFileNameDialog.on_fileList_itemActivated"></a>
177 <h4>FindFileNameDialog.on_fileList_itemActivated</h4> 198 <h4>FindFileNameDialog.on_fileList_itemActivated</h4>
178 <b>on_fileList_itemActivated</b>(<i>itm, column</i>) 199 <b>on_fileList_itemActivated</b>(<i>itm, column</i>)
179 <p> 200 <p>
180 Private slot to handle the double click on a file item. 201 Private slot to handle the double click on a file item.
181 </p><p> 202 </p><p>
182 It emits the signal 203 It emits the signal sourceFile or designerFile depending on the
183 sourceFile or designerFile depending on the file extension. 204 file extension.
184 </p><dl> 205 </p><dl>
185 <dt><i>itm</i></dt> 206 <dt><i>itm</i></dt>
186 <dd> 207 <dd>
187 the double clicked listview item (QTreeWidgetItem) 208 the double clicked listview item (QTreeWidgetItem)
188 </dd><dt><i>column</i></dt> 209 </dd><dt><i>column</i></dt>

eric ide

mercurial