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
...@@ -78,6 +78,7 @@ namespace armarx::skills::gui ...@@ -78,6 +78,7 @@ namespace armarx::skills::gui
connect( connect(
this->acceptSearchButton, &QPushButton::clicked, this, &SkillGroupBox::filterAndFetch); this->acceptSearchButton, &QPushButton::clicked, this, &SkillGroupBox::filterAndFetch);
connect(this->searchBar, &QLineEdit::editingFinished, this, &SkillGroupBox::handleSearch); connect(this->searchBar, &QLineEdit::editingFinished, this, &SkillGroupBox::handleSearch);
connect(this->searchBar, &QLineEdit::textChanged, this, &SkillGroupBox::handleSearch);
connect(this, connect(this,
&SkillGroupBox::searchRequest, &SkillGroupBox::searchRequest,
this->memory.get(), 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