MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / WidgetGetKey

Method WidgetGetKey

source/ui/EditUi.cpp:2157–2164  ·  view source on GitHub ↗

TODO: new action's widget get

Source from the content-addressed store, hash-verified

2155 itemSelection.select(index, index);
2156 }
2157 }
2158 }
2159 selectionModel->select(itemSelection, QItemSelectionModel::Select);
2160}
2161void EditUi::ItemSelectSimilar()
2162{
2163 if (tableCurrent.size() != 1) return;
2164 const Action& current = actions->at(tableCurrent.front());
2165 QiVector<int> index;
2166 for (size_t i = 0; i < actions->size(); i++) if (actions->at(i).type() == current.type()) index.append(i);
2167 ItemSelect(index);

Callers

nothing calls this directly

Calls 1

keyMethod · 0.45

Tested by

no test coverage detected