Skip to content
Snippets Groups Projects
Commit 3ac5fd95 authored by Peter Albrecht's avatar Peter Albrecht
Browse files

Change search-on-submit to search-on-update

parent e26f091c
No related branches found
No related tags found
1 merge request!453QOL Changes in Skill GUI
Pipeline #19101 passed
This commit is part of merge request !453. Comments created here will be created in the context of that merge request.
......@@ -78,6 +78,7 @@ namespace armarx::skills::gui
connect(
this->acceptSearchButton, &QPushButton::clicked, this, &SkillGroupBox::filterAndFetch);
connect(this->searchBar, &QLineEdit::editingFinished, this, &SkillGroupBox::handleSearch);
connect(this->searchBar, &QLineEdit::textChanged, this, &SkillGroupBox::handleSearch);
connect(this,
&SkillGroupBox::searchRequest,
this->memory.get(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment