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 ().