eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.py

changeset 7015
b1a3094b33e1
parent 7012
cc3f83d1a605
child 7016
47f6b0c3a293
equal deleted inserted replaced
7014:61172a5bc172 7015:b1a3094b33e1
354 def index(self, row, column, parent=QModelIndex()): 354 def index(self, row, column, parent=QModelIndex()):
355 """ 355 """
356 Public Qt slot to get the index of item at row:column of parent. 356 Public Qt slot to get the index of item at row:column of parent.
357 357
358 @param row number of rows 358 @param row number of rows
359 @rtype int 359 @type int
360 @param column number of columns 360 @param column number of columns
361 @type int 361 @type int
362 @param parent the model parent 362 @param parent the model parent
363 @type QModelIndex 363 @type QModelIndex
364 @return new model index for child 364 @return new model index for child

eric ide

mercurial