Home | History | Annotate | Download | only in wpa_gui-qt4

Lines Matching defs:lst

428 			QModelIndexList lst = model.match(model.index(0, 0),
431 for (int i = 0; i < lst.size(); i++) {
433 item = model.itemFromIndex(lst[i]);
438 model.removeRow(lst[i].row());
564 QModelIndexList lst = model.match(model.index(0, 0), peer_role_bss_id,
566 if (lst.size() == 0)
568 model.removeRow(lst[0].row());
784 QModelIndexList lst = model.match(model.index(0, 0), peer_role_address,
786 if (lst.size() == 0)
788 return model.itemFromIndex(lst[0]);
797 QModelIndexList lst = model.match(model.index(0, 0), peer_role_address,
799 for (int i = 0; i < lst.size(); i++) {
800 QStandardItem *item = model.itemFromIndex(lst[i]);
813 QModelIndexList lst = model.match(model.index(0, 0), peer_role_uuid,
815 if (lst.size() == 0)
817 return model.itemFromIndex(lst[0]);
883 QModelIndexList lst = model.match(model.index(0, 0),
885 for (int i = 0; i < lst.size(); i++) {
886 QStandardItem *item = model.itemFromIndex(lst[i]);
889 model.removeRow(lst[i].row());
998 QModelIndexList lst = model.match(model.index(0, 0),
1000 for (int i = 0; i < lst.size(); i++)
1001 model.removeRow(lst[i].row());
1154 QModelIndexList lst = model.match(model.index(0, 0),
1156 for (int i = 0; i < lst.size(); i++) {
1157 QStandardItem *item = model.itemFromIndex(lst[i]);
1163 model.removeRow(lst[i].row());
1572 QModelIndexList lst = model.match(model.index(0, 0),
1574 for (int i = 0; i < lst.size(); i++) {
1575 QStandardItem *item = model.itemFromIndex(lst[i]);
1581 model.removeRow(lst[i].row());
1773 QModelIndexList lst;
1774 lst = model.match(model.index(0, 0),
1776 if (lst.size() == 0) {
1777 lst = model.match(model.index(0, 0),
1779 if (lst.size() == 0)
1783 model.removeRow(lst[0].row());
1874 QModelIndexList lst = model.match(model.index(0, 0),
1876 for (int i = 0; i < lst.size(); i++) {
1877 QStandardItem *item = model.itemFromIndex(lst[i]);