Obsolete Members for QPersistentModelIndex

以下成員源於類 QPersistentModelIndex 已過時。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。

公共函數

(obsolete) QModelIndex child (int row , int column ) const

成員函數文檔編製

QModelIndex QPersistentModelIndex:: child ( int row , int column ) const

使用 QAbstractItemModel::index () 代替。

Returns the child of the model index that is stored in the given row and column .

另請參閱 parent () 和 sibling ().