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 a1b7018cfd
commit 3f7949727c

View File

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