src/eric7/Documentation/Source/eric7.EricWidgets.EricStringListEditWidget.html

branch
eric7
changeset 9565
ed264631ab1e
parent 9534
5ed8445f3b31
child 9587
6486d40c26f0
equal deleted inserted replaced
9564:f413aee05c4d 9565:ed264631ab1e
81 <tr> 81 <tr>
82 <td><a href="#EricStringListEditWidget.on_addButton_clicked">on_addButton_clicked</a></td> 82 <td><a href="#EricStringListEditWidget.on_addButton_clicked">on_addButton_clicked</a></td>
83 <td>Private slot to add an entry to the list.</td> 83 <td>Private slot to add an entry to the list.</td>
84 </tr> 84 </tr>
85 <tr> 85 <tr>
86 <td><a href="#EricStringListEditWidget.on_resetButton_clicked">on_resetButton_clicked</a></td>
87 <td>Public slot to reset the list to its initial value.</td>
88 </tr>
89 <tr>
86 <td><a href="#EricStringListEditWidget.setAddVisible">setAddVisible</a></td> 90 <td><a href="#EricStringListEditWidget.setAddVisible">setAddVisible</a></td>
87 <td>Public method to show or hide the add button.</td> 91 <td>Public method to show or hide the add button.</td>
88 </tr> 92 </tr>
89 <tr> 93 <tr>
90 <td><a href="#EricStringListEditWidget.setDefaultVisible">setDefaultVisible</a></td> 94 <td><a href="#EricStringListEditWidget.setDefaultVisible">setDefaultVisible</a></td>
95 <td>Public method to set the list of strings to be edited.</td> 99 <td>Public method to set the list of strings to be edited.</td>
96 </tr> 100 </tr>
97 <tr> 101 <tr>
98 <td><a href="#EricStringListEditWidget.setListWhatsThis">setListWhatsThis</a></td> 102 <td><a href="#EricStringListEditWidget.setListWhatsThis">setListWhatsThis</a></td>
99 <td>Public method to set a what's that help text for the string list.</td> 103 <td>Public method to set a what's that help text for the string list.</td>
104 </tr>
105 <tr>
106 <td><a href="#EricStringListEditWidget.setResetVisible">setResetVisible</a></td>
107 <td>Public method to show or hide the reset button.</td>
100 </tr> 108 </tr>
101 </table> 109 </table>
102 <h3>Static Methods</h3> 110 <h3>Static Methods</h3>
103 111
104 <table> 112 <table>
112 <p> 120 <p>
113 Constructor 121 Constructor
114 </p> 122 </p>
115 <dl> 123 <dl>
116 124
117 <dt><i>parent</i></dt> 125 <dt><i>parent</i> (QWidget)</dt>
118 <dd> 126 <dd>
119 reference to the parent widget (QWidget) 127 reference to the parent widget
120 </dd> 128 </dd>
121 </dl> 129 </dl>
122 <a NAME="EricStringListEditWidget.count" ID="EricStringListEditWidget.count"></a> 130 <a NAME="EricStringListEditWidget.count" ID="EricStringListEditWidget.count"></a>
123 <h4>EricStringListEditWidget.count</h4> 131 <h4>EricStringListEditWidget.count</h4>
124 <b>count</b>(<i></i>) 132 <b>count</b>(<i></i>)
146 Public method to get the edited list of strings. 154 Public method to get the edited list of strings.
147 </p> 155 </p>
148 <dl> 156 <dl>
149 <dt>Return:</dt> 157 <dt>Return:</dt>
150 <dd> 158 <dd>
151 edited list of string (list of string) 159 edited list of string
160 </dd>
161 </dl>
162 <dl>
163 <dt>Return Type:</dt>
164 <dd>
165 list of str
152 </dd> 166 </dd>
153 </dl> 167 </dl>
154 <a NAME="EricStringListEditWidget.isListEmpty" ID="EricStringListEditWidget.isListEmpty"></a> 168 <a NAME="EricStringListEditWidget.isListEmpty" ID="EricStringListEditWidget.isListEmpty"></a>
155 <h4>EricStringListEditWidget.isListEmpty</h4> 169 <h4>EricStringListEditWidget.isListEmpty</h4>
156 <b>isListEmpty</b>(<i></i>) 170 <b>isListEmpty</b>(<i></i>)
175 <b>on_addButton_clicked</b>(<i></i>) 189 <b>on_addButton_clicked</b>(<i></i>)
176 190
177 <p> 191 <p>
178 Private slot to add an entry to the list. 192 Private slot to add an entry to the list.
179 </p> 193 </p>
194 <a NAME="EricStringListEditWidget.on_resetButton_clicked" ID="EricStringListEditWidget.on_resetButton_clicked"></a>
195 <h4>EricStringListEditWidget.on_resetButton_clicked</h4>
196 <b>on_resetButton_clicked</b>(<i></i>)
197
198 <p>
199 Public slot to reset the list to its initial value.
200 </p>
180 <a NAME="EricStringListEditWidget.setAddVisible" ID="EricStringListEditWidget.setAddVisible"></a> 201 <a NAME="EricStringListEditWidget.setAddVisible" ID="EricStringListEditWidget.setAddVisible"></a>
181 <h4>EricStringListEditWidget.setAddVisible</h4> 202 <h4>EricStringListEditWidget.setAddVisible</h4>
182 <b>setAddVisible</b>(<i>visible</i>) 203 <b>setAddVisible</b>(<i>visible</i>)
183 204
184 <p> 205 <p>
212 <p> 233 <p>
213 Public method to set the list of strings to be edited. 234 Public method to set the list of strings to be edited.
214 </p> 235 </p>
215 <dl> 236 <dl>
216 237
217 <dt><i>stringList</i></dt> 238 <dt><i>stringList</i> (list of str)</dt>
218 <dd> 239 <dd>
219 list of strings to be edited (list of string) 240 list of strings to be edited
220 </dd> 241 </dd>
221 </dl> 242 </dl>
222 <a NAME="EricStringListEditWidget.setListWhatsThis" ID="EricStringListEditWidget.setListWhatsThis"></a> 243 <a NAME="EricStringListEditWidget.setListWhatsThis" ID="EricStringListEditWidget.setListWhatsThis"></a>
223 <h4>EricStringListEditWidget.setListWhatsThis</h4> 244 <h4>EricStringListEditWidget.setListWhatsThis</h4>
224 <b>setListWhatsThis</b>(<i>txt</i>) 245 <b>setListWhatsThis</b>(<i>txt</i>)
226 <p> 247 <p>
227 Public method to set a what's that help text for the string list. 248 Public method to set a what's that help text for the string list.
228 </p> 249 </p>
229 <dl> 250 <dl>
230 251
231 <dt><i>txt</i></dt> 252 <dt><i>txt</i> (str)</dt>
232 <dd> 253 <dd>
233 help text to be set (string) 254 help text to be set
255 </dd>
256 </dl>
257 <a NAME="EricStringListEditWidget.setResetVisible" ID="EricStringListEditWidget.setResetVisible"></a>
258 <h4>EricStringListEditWidget.setResetVisible</h4>
259 <b>setResetVisible</b>(<i>visible</i>)
260
261 <p>
262 Public method to show or hide the reset button.
263 </p>
264 <dl>
265
266 <dt><i>visible</i> (bool)</dt>
267 <dd>
268 flag indicating the visibility of the reset button
234 </dd> 269 </dd>
235 </dl> 270 </dl>
236 <div align="right"><a href="#top">Up</a></div> 271 <div align="right"><a href="#top">Up</a></div>
237 <hr /> 272 <hr />
238 </body></html> 273 </body></html>

eric ide

mercurial