Add additional column to configuraion ui to better tag selection

This commit is contained in:
arcan1s
2015-08-25 00:07:23 +03:00
parent 07305d7578
commit 37726370ee
13 changed files with 408 additions and 95 deletions

View File

@ -52,7 +52,8 @@ public:
Q_INVOKABLE QSize toolTipSize() const;
// keys
Q_INVOKABLE void addDevice(const QString source);
Q_INVOKABLE QStringList dictKeys(const bool sorted = false) const;
Q_INVOKABLE QStringList dictKeys(const bool sorted = false,
const QString regexp = QString()) const;
Q_INVOKABLE QStringList getHddDevices() const;
Q_INVOKABLE void setDataBySource(const QString sourceName, const QVariantMap data,
const QVariantMap params);