|
a/src/qtgui/preview_w.cpp |
|
b/src/qtgui/preview_w.cpp |
|
... |
|
... |
225 |
s.append(" ");
|
225 |
s.append(" ");
|
226 |
}
|
226 |
}
|
227 |
searchTextCMB->addItem(s);
|
227 |
searchTextCMB->addItem(s);
|
228 |
}
|
228 |
}
|
229 |
searchTextCMB->setEditText("");
|
229 |
searchTextCMB->setEditText("");
|
|
|
230 |
searchTextCMB->setCompleter(0);
|
230 |
|
231 |
|
231 |
layout3->addWidget(searchTextCMB);
|
232 |
layout3->addWidget(searchTextCMB);
|
232 |
|
233 |
|
233 |
nextButton = new QPushButton(this);
|
234 |
nextButton = new QPushButton(this);
|
234 |
nextButton->setEnabled(TRUE);
|
235 |
nextButton->setEnabled(TRUE);
|