Sayonara Player
Public Member Functions | List of all members
Gui::Completer Class Reference

A QCompleter where you can easily change the underlying QStringList without allocating a new object. More...

#include <Completer.h>

Inheritance diagram for Gui::Completer:

Public Member Functions

 Completer (const QStringList &strings, QObject *parent=nullptr)
 
void setStringList (QStringList strings)
 
QStringList splitPath (const QString &path) const override
 
QString pathFromIndex (const QModelIndex &index) const override
 

Detailed Description

A QCompleter where you can easily change the underlying QStringList without allocating a new object.