disable completion in preview search entry, it's not helpful because of the root entries in the preloaded combobox

This commit is contained in:
Jean-Francois Dockes 2013-05-26 15:24:29 +02:00
parent fe7815955d
commit 13d716eb0f

View file

@ -227,6 +227,7 @@ void Preview::init()
searchTextCMB->addItem(s);
}
searchTextCMB->setEditText("");
searchTextCMB->setCompleter(0);
layout3->addWidget(searchTextCMB);