以下成员源于类 QList are part of the Qt compatibility layer. We advise against using them in new code.
| iterator | find (const T & t ) |
| const_iterator | find (const T & t ) const |
| iterator | find (iterator from , const T & t ) |
| const_iterator | find (const_iterator from , const T & t ) const |
| int | findIndex (const T & t ) const |
| iterator | remove (iterator pos ) |
| int | remove (const T & t ) |
使用 indexOf () 代替。
使用 indexOf () 代替。
使用 indexOf () 代替。
使用 indexOf () 代替。
使用 indexOf () 代替。
使用 erase () 代替。
使用 removeAll () 代替。