Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html

changeset 4602
48cc4820e2c2
parent 3673
e26d7d0c1088
--- a/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html	Sat Dec 05 13:02:26 2015 +0100
+++ b/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html	Sat Dec 05 13:03:19 2015 +0100
@@ -72,15 +72,12 @@
 <td><a href="#IconsPage.on_downButton_clicked">on_downButton_clicked</a></td>
 <td>Private slot called to move the selected item down in the list.</td>
 </tr><tr>
-<td><a href="#IconsPage.on_iconDirectoryButton_clicked">on_iconDirectoryButton_clicked</a></td>
-<td>Private slot to select an icon directory.</td>
-</tr><tr>
-<td><a href="#IconsPage.on_iconDirectoryEdit_textChanged">on_iconDirectoryEdit_textChanged</a></td>
-<td>Private slot to handle the textChanged signal of the directory edit.</td>
-</tr><tr>
 <td><a href="#IconsPage.on_iconDirectoryList_currentRowChanged">on_iconDirectoryList_currentRowChanged</a></td>
 <td>Private slot to handle the currentRowChanged signal of the icons directory list.</td>
 </tr><tr>
+<td><a href="#IconsPage.on_iconDirectoryPicker_textChanged">on_iconDirectoryPicker_textChanged</a></td>
+<td>Private slot to handle the textChanged signal of the directory picker.</td>
+</tr><tr>
 <td><a href="#IconsPage.on_showIconsButton_clicked">on_showIconsButton_clicked</a></td>
 <td>Private slot to display a preview of an icons directory.</td>
 </tr><tr>
@@ -115,22 +112,7 @@
 <b>on_downButton_clicked</b>(<i></i>)
 <p>
         Private slot called to move the selected item down in the list.
-</p><a NAME="IconsPage.on_iconDirectoryButton_clicked" ID="IconsPage.on_iconDirectoryButton_clicked"></a>
-<h4>IconsPage.on_iconDirectoryButton_clicked</h4>
-<b>on_iconDirectoryButton_clicked</b>(<i></i>)
-<p>
-        Private slot to select an icon directory.
-</p><a NAME="IconsPage.on_iconDirectoryEdit_textChanged" ID="IconsPage.on_iconDirectoryEdit_textChanged"></a>
-<h4>IconsPage.on_iconDirectoryEdit_textChanged</h4>
-<b>on_iconDirectoryEdit_textChanged</b>(<i>txt</i>)
-<p>
-        Private slot to handle the textChanged signal of the directory edit.
-</p><dl>
-<dt><i>txt</i></dt>
-<dd>
-the text of the directory edit (string)
-</dd>
-</dl><a NAME="IconsPage.on_iconDirectoryList_currentRowChanged" ID="IconsPage.on_iconDirectoryList_currentRowChanged"></a>
+</p><a NAME="IconsPage.on_iconDirectoryList_currentRowChanged" ID="IconsPage.on_iconDirectoryList_currentRowChanged"></a>
 <h4>IconsPage.on_iconDirectoryList_currentRowChanged</h4>
 <b>on_iconDirectoryList_currentRowChanged</b>(<i>row</i>)
 <p>
@@ -141,6 +123,16 @@
 <dd>
 the current row (integer)
 </dd>
+</dl><a NAME="IconsPage.on_iconDirectoryPicker_textChanged" ID="IconsPage.on_iconDirectoryPicker_textChanged"></a>
+<h4>IconsPage.on_iconDirectoryPicker_textChanged</h4>
+<b>on_iconDirectoryPicker_textChanged</b>(<i>txt</i>)
+<p>
+        Private slot to handle the textChanged signal of the directory picker.
+</p><dl>
+<dt><i>txt</i></dt>
+<dd>
+the text of the directory picker (string)
+</dd>
 </dl><a NAME="IconsPage.on_showIconsButton_clicked" ID="IconsPage.on_showIconsButton_clicked"></a>
 <h4>IconsPage.on_showIconsButton_clicked</h4>
 <b>on_showIconsButton_clicked</b>(<i></i>)

eric ide

mercurial