mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
initial implementation of custom keys
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
#include <QObject>
|
||||
|
||||
|
||||
class AWCustomKeysHelper;
|
||||
class AWDataAggregator;
|
||||
class AWDataEngineAggregator;
|
||||
class AWKeyOperations;
|
||||
@ -46,7 +47,7 @@ public:
|
||||
const bool _optimize);
|
||||
Q_INVOKABLE void setAggregatorProperty(const QString &_key,
|
||||
const QVariant &_value);
|
||||
Q_INVOKABLE void setWrapNewLines(const bool _wrap = false);
|
||||
Q_INVOKABLE void setWrapNewLines(const bool _wrap);
|
||||
// additional method to force load keys from Qml UI. Used in some
|
||||
// configuration pages
|
||||
Q_INVOKABLE void updateCache();
|
||||
|
Reference in New Issue
Block a user