23#ifndef SAYONARACOMPLETER_H
24#define SAYONARACOMPLETER_H
42 Completer(
const QStringList& strings, QObject* parent=
nullptr);
45 void setStringList(QStringList strings);
47 QStringList splitPath(
const QString& path)
const override;
48 QString pathFromIndex(
const QModelIndex& index)
const override;
A QCompleter where you can easily change the underlying QStringList without allocating a new object.
Definition: Completer.h:39