void QList::append ( const T & value ). Inserts value at the end of the list. Example: QList<QString> list; list.append("one"); ...
確定! 回上一頁