Commit 35b4aac2 authored by pixhawk's avatar pixhawk

pattern/letter recognition: clear button also resets text and image labels

parent c3185333
......@@ -188,8 +188,13 @@ void ObjectDetectionView::clearLists()
{
patternList.clear();
letterList.clear();
m_ui->listWidget->clear();
m_ui->letterListWidget->clear();
m_ui->imageLabel->clear();;
m_ui->letterLabel->clear();
m_ui->nameLabel->clear();
}
void ObjectDetectionView::takeAction()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment