eric6/Documentation/Source/eric6.WebBrowser.History.HistoryModel.html

changeset 8152
0c740fcffd34
parent 7989
a21d673a8f99
equal deleted inserted replaced
8151:8c1445825e7b 8152:0c740fcffd34
150 number of columns (integer) 150 number of columns (integer)
151 </dd> 151 </dd>
152 </dl> 152 </dl>
153 <a NAME="HistoryModel.data" ID="HistoryModel.data"></a> 153 <a NAME="HistoryModel.data" ID="HistoryModel.data"></a>
154 <h4>HistoryModel.data</h4> 154 <h4>HistoryModel.data</h4>
155 <b>data</b>(<i>index, role=Qt.DisplayRole</i>) 155 <b>data</b>(<i>index, role=Qt.ItemDataRole.DisplayRole</i>)
156 156
157 <p> 157 <p>
158 Public method to get data from the model. 158 Public method to get data from the model.
159 </p> 159 </p>
160 <dl> 160 <dl>
195 row number of the updated entry (integer) 195 row number of the updated entry (integer)
196 </dd> 196 </dd>
197 </dl> 197 </dl>
198 <a NAME="HistoryModel.headerData" ID="HistoryModel.headerData"></a> 198 <a NAME="HistoryModel.headerData" ID="HistoryModel.headerData"></a>
199 <h4>HistoryModel.headerData</h4> 199 <h4>HistoryModel.headerData</h4>
200 <b>headerData</b>(<i>section, orientation, role=Qt.DisplayRole</i>) 200 <b>headerData</b>(<i>section, orientation, role=Qt.ItemDataRole.DisplayRole</i>)
201 201
202 <p> 202 <p>
203 Public method to get the header data. 203 Public method to get the header data.
204 </p> 204 </p>
205 <dl> 205 <dl>
212 <dd> 212 <dd>
213 header orientation (Qt.Orientation) 213 header orientation (Qt.Orientation)
214 </dd> 214 </dd>
215 <dt><i>role</i></dt> 215 <dt><i>role</i></dt>
216 <dd> 216 <dd>
217 data role (integer) 217 data role (Qt.ItemDataRole)
218 </dd> 218 </dd>
219 </dl> 219 </dl>
220 <dl> 220 <dl>
221 <dt>Return:</dt> 221 <dt>Return:</dt>
222 <dd> 222 <dd>

eric ide

mercurial