#include <SearchDialog.hpp>
|
void | selectNext () |
|
void | selectPrevious () |
|
void | selectFirst () |
|
|
| CompletionListModel (QObject *parent=Q_NULLPTR) |
|
| CompletionListModel (const QStringList &strings, QObject *parent=Q_NULLPTR) |
|
QString | getSelected (void) const |
|
void | setValues (const QStringList &, const QStringList &) |
|
bool | isEmpty () const |
|
void | appendValues (const QStringList &) |
|
void | appendRecentValues (const QStringList &) |
|
void | clearValues () |
|
QStringList | getValues (void) |
|
QStringList | getRecentValues (void) |
|
int | getSelectedIdx () |
|
QVariant | data (const QModelIndex &index, int role) const override |
|
Display a list of results matching the search string, and allow to tab through those selections.