标题:help me and help you!!!
作者:忘记业
日期:2007-02-08 17:18
内容:
assert failure in QVector::"at index out of range"
程序运行后报告这种错,是什么原因,请给个提示!
在QTreeWidget中添加QTreeWidgetItem 。之后要删去QTreeWidget中的有些QTreeWidgetItem记录时报告的错误;
程序中用到有QList QListTWidgetItem,是在添加记录时,为了避免重发而用到的QListTWidgetItem;
#1 [myer 02-12 07:14]
删除应该用QTeeWidget的takeItem函数?