| 256 | } |
| 257 | |
| 258 | void SmartUTWidget::updateModelList() |
| 259 | { |
| 260 | const auto model = modelCB->currentText(); |
| 261 | modelCB->clear(); |
| 262 | modelCB->addItems(SmartUTManager::instance()->modelList()); |
| 263 | modelCB->setCurrentText(model); |
| 264 | } |
| 265 | |
| 266 | void SmartUTWidget::updateItemState(NodeItem *item) |
| 267 | { |