| 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); |
| 2168 | } |
| 2169 | void EditUi::ItemSelectIdenticalParam() |
| 2170 | { |
| 2171 | if (tableCurrent.size() != 1) return; |
| 2172 | const Action& current = actions->at(tableCurrent.front()); |