eric6/Documentation/Source/eric6.E5Gui.E5Completers.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
child 8152
0c740fcffd34
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
106 106
107 <dt><i>parent</i></dt> 107 <dt><i>parent</i></dt>
108 <dd> 108 <dd>
109 parent widget of the completer (QWidget) 109 parent widget of the completer (QWidget)
110 </dd> 110 </dd>
111 <dt><i>completionMode=</i></dt> 111 <dt><i>completionMode</i></dt>
112 <dd> 112 <dd>
113 completion mode of the 113 completion mode of the
114 completer (QCompleter.CompletionMode) 114 completer (QCompleter.CompletionMode)
115 </dd> 115 </dd>
116 <dt><i>showHidden=</i></dt> 116 <dt><i>showHidden</i></dt>
117 <dd> 117 <dd>
118 flag indicating to show hidden entries as well 118 flag indicating to show hidden entries as well
119 (boolean) 119 (boolean)
120 </dd> 120 </dd>
121 </dl> 121 </dl>
125 125
126 <p> 126 <p>
127 Public method to get the root path of the model. 127 Public method to get the root path of the model.
128 </p> 128 </p>
129 <dl> 129 <dl>
130 <dt>Returns:</dt> 130 <dt>Return:</dt>
131 <dd> 131 <dd>
132 root path of the model 132 root path of the model
133 </dd> 133 </dd>
134 </dl> 134 </dl>
135 <dl> 135 <dl>
207 207
208 <dt><i>parent</i></dt> 208 <dt><i>parent</i></dt>
209 <dd> 209 <dd>
210 parent widget of the completer (QWidget) 210 parent widget of the completer (QWidget)
211 </dd> 211 </dd>
212 <dt><i>completionMode=</i></dt> 212 <dt><i>completionMode</i></dt>
213 <dd> 213 <dd>
214 completion mode of the 214 completion mode of the
215 completer (QCompleter.CompletionMode) 215 completer (QCompleter.CompletionMode)
216 </dd> 216 </dd>
217 <dt><i>showHidden=</i></dt> 217 <dt><i>showHidden</i></dt>
218 <dd> 218 <dd>
219 flag indicating to show hidden entries as well 219 flag indicating to show hidden entries as well
220 (boolean) 220 (boolean)
221 </dd> 221 </dd>
222 </dl> 222 </dl>
226 226
227 <p> 227 <p>
228 Public method to get the root path of the model. 228 Public method to get the root path of the model.
229 </p> 229 </p>
230 <dl> 230 <dl>
231 <dt>Returns:</dt> 231 <dt>Return:</dt>
232 <dd> 232 <dd>
233 root path of the model 233 root path of the model
234 </dd> 234 </dd>
235 </dl> 235 </dl>
236 <dl> 236 <dl>
305 <dt><i>strings</i></dt> 305 <dt><i>strings</i></dt>
306 <dd> 306 <dd>
307 list of string to load into the completer 307 list of string to load into the completer
308 (list of strings) 308 (list of strings)
309 </dd> 309 </dd>
310 <dt><i>completionMode=</i></dt> 310 <dt><i>completionMode</i></dt>
311 <dd> 311 <dd>
312 completion mode of the 312 completion mode of the
313 completer (QCompleter.CompletionMode) 313 completer (QCompleter.CompletionMode)
314 </dd> 314 </dd>
315 </dl> 315 </dl>

eric ide

mercurial