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

changeset 4602
48cc4820e2c2
parent 3673
e26d7d0c1088
equal deleted inserted replaced
4601:0017e7cb67ae 4602:48cc4820e2c2
70 <td>Private slot to delete the currently selected directory of the listbox.</td> 70 <td>Private slot to delete the currently selected directory of the listbox.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#IconsPage.on_downButton_clicked">on_downButton_clicked</a></td> 72 <td><a href="#IconsPage.on_downButton_clicked">on_downButton_clicked</a></td>
73 <td>Private slot called to move the selected item down in the list.</td> 73 <td>Private slot called to move the selected item down in the list.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#IconsPage.on_iconDirectoryButton_clicked">on_iconDirectoryButton_clicked</a></td>
76 <td>Private slot to select an icon directory.</td>
77 </tr><tr>
78 <td><a href="#IconsPage.on_iconDirectoryEdit_textChanged">on_iconDirectoryEdit_textChanged</a></td>
79 <td>Private slot to handle the textChanged signal of the directory edit.</td>
80 </tr><tr>
81 <td><a href="#IconsPage.on_iconDirectoryList_currentRowChanged">on_iconDirectoryList_currentRowChanged</a></td> 75 <td><a href="#IconsPage.on_iconDirectoryList_currentRowChanged">on_iconDirectoryList_currentRowChanged</a></td>
82 <td>Private slot to handle the currentRowChanged signal of the icons directory list.</td> 76 <td>Private slot to handle the currentRowChanged signal of the icons directory list.</td>
77 </tr><tr>
78 <td><a href="#IconsPage.on_iconDirectoryPicker_textChanged">on_iconDirectoryPicker_textChanged</a></td>
79 <td>Private slot to handle the textChanged signal of the directory picker.</td>
83 </tr><tr> 80 </tr><tr>
84 <td><a href="#IconsPage.on_showIconsButton_clicked">on_showIconsButton_clicked</a></td> 81 <td><a href="#IconsPage.on_showIconsButton_clicked">on_showIconsButton_clicked</a></td>
85 <td>Private slot to display a preview of an icons directory.</td> 82 <td>Private slot to display a preview of an icons directory.</td>
86 </tr><tr> 83 </tr><tr>
87 <td><a href="#IconsPage.on_upButton_clicked">on_upButton_clicked</a></td> 84 <td><a href="#IconsPage.on_upButton_clicked">on_upButton_clicked</a></td>
113 </p><a NAME="IconsPage.on_downButton_clicked" ID="IconsPage.on_downButton_clicked"></a> 110 </p><a NAME="IconsPage.on_downButton_clicked" ID="IconsPage.on_downButton_clicked"></a>
114 <h4>IconsPage.on_downButton_clicked</h4> 111 <h4>IconsPage.on_downButton_clicked</h4>
115 <b>on_downButton_clicked</b>(<i></i>) 112 <b>on_downButton_clicked</b>(<i></i>)
116 <p> 113 <p>
117 Private slot called to move the selected item down in the list. 114 Private slot called to move the selected item down in the list.
118 </p><a NAME="IconsPage.on_iconDirectoryButton_clicked" ID="IconsPage.on_iconDirectoryButton_clicked"></a> 115 </p><a NAME="IconsPage.on_iconDirectoryList_currentRowChanged" ID="IconsPage.on_iconDirectoryList_currentRowChanged"></a>
119 <h4>IconsPage.on_iconDirectoryButton_clicked</h4>
120 <b>on_iconDirectoryButton_clicked</b>(<i></i>)
121 <p>
122 Private slot to select an icon directory.
123 </p><a NAME="IconsPage.on_iconDirectoryEdit_textChanged" ID="IconsPage.on_iconDirectoryEdit_textChanged"></a>
124 <h4>IconsPage.on_iconDirectoryEdit_textChanged</h4>
125 <b>on_iconDirectoryEdit_textChanged</b>(<i>txt</i>)
126 <p>
127 Private slot to handle the textChanged signal of the directory edit.
128 </p><dl>
129 <dt><i>txt</i></dt>
130 <dd>
131 the text of the directory edit (string)
132 </dd>
133 </dl><a NAME="IconsPage.on_iconDirectoryList_currentRowChanged" ID="IconsPage.on_iconDirectoryList_currentRowChanged"></a>
134 <h4>IconsPage.on_iconDirectoryList_currentRowChanged</h4> 116 <h4>IconsPage.on_iconDirectoryList_currentRowChanged</h4>
135 <b>on_iconDirectoryList_currentRowChanged</b>(<i>row</i>) 117 <b>on_iconDirectoryList_currentRowChanged</b>(<i>row</i>)
136 <p> 118 <p>
137 Private slot to handle the currentRowChanged signal of the icons 119 Private slot to handle the currentRowChanged signal of the icons
138 directory list. 120 directory list.
139 </p><dl> 121 </p><dl>
140 <dt><i>row</i></dt> 122 <dt><i>row</i></dt>
141 <dd> 123 <dd>
142 the current row (integer) 124 the current row (integer)
125 </dd>
126 </dl><a NAME="IconsPage.on_iconDirectoryPicker_textChanged" ID="IconsPage.on_iconDirectoryPicker_textChanged"></a>
127 <h4>IconsPage.on_iconDirectoryPicker_textChanged</h4>
128 <b>on_iconDirectoryPicker_textChanged</b>(<i>txt</i>)
129 <p>
130 Private slot to handle the textChanged signal of the directory picker.
131 </p><dl>
132 <dt><i>txt</i></dt>
133 <dd>
134 the text of the directory picker (string)
143 </dd> 135 </dd>
144 </dl><a NAME="IconsPage.on_showIconsButton_clicked" ID="IconsPage.on_showIconsButton_clicked"></a> 136 </dl><a NAME="IconsPage.on_showIconsButton_clicked" ID="IconsPage.on_showIconsButton_clicked"></a>
145 <h4>IconsPage.on_showIconsButton_clicked</h4> 137 <h4>IconsPage.on_showIconsButton_clicked</h4>
146 <b>on_showIconsButton_clicked</b>(<i></i>) 138 <b>on_showIconsButton_clicked</b>(<i></i>)
147 <p> 139 <p>

eric ide

mercurial