Lines Matching defs:it
58 QStringList::Iterator it;
60 for (it = entryList.begin(); it != entryList.end(); ++it)
61 result.push_back((*it).toInt());
77 QList<int>::ConstIterator it;
79 for (it = value.begin(); it != value.end(); ++it)
80 stringList.push_back(QString::number(*it));
119 * depending whether it's at the view root or a child.
439 QTreeWidgetItemIterator it(this);
441 while (*it) {
442 item = (ConfigItem*)(*it);
447 ++it;
479 QListIterator<ConfigList *> it(allLists);
481 while (it.hasNext()) {
482 ConfigList *list = it.next();
490 QListIterator<ConfigList *> it(allLists);
492 while (it.hasNext()) {
493 ConfigList *list = it.next();
588 QTreeWidgetItemIterator it(this);
589 while (*it) {
590 item = (ConfigItem *)(*it);
597 ++it;
810 int off = header()->sectionPosition(0) + visualRect(indexAt(p)).x() + 4; // 4 is Hardcoded image offset. There might be a way to do it properly.
918 QTreeWidgetItemIterator it(this);
920 while (*it) {
921 (*it)->setExpanded(open);
923 ++it;
1731 "feature is disabled, a check indicates it is enabled, and a "
1732 "dot indicates that it is to be compiled as a module. Clicking "