disable completion in preview search entry, it's not helpful because of the root entries in the preloaded combobox
This commit is contained in:
parent
fe7815955d
commit
13d716eb0f
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ void Preview::init()
|
|||
searchTextCMB->addItem(s);
|
||||
}
|
||||
searchTextCMB->setEditText("");
|
||||
searchTextCMB->setCompleter(0);
|
||||
|
||||
layout3->addWidget(searchTextCMB);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue