QList<QString > items; while (query.next()) { items.append(query.value(0).toString()); }
if (items[i] == "CreateDate") { items.removeAt(i); }