mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-07 02:45:51 +00:00
add list formatter
This commit is contained in:
@ -28,7 +28,7 @@ class AWAbstractFormatter : public AbstractExtItem
|
||||
Q_PROPERTY(QString strType READ strType WRITE setStrType)
|
||||
|
||||
public:
|
||||
enum class FormatterClass { DateTime, Float, Script, NoFormat };
|
||||
enum class FormatterClass { DateTime, Float, Script, NoFormat, List };
|
||||
|
||||
explicit AWAbstractFormatter(QWidget *parent,
|
||||
const QString filePath = QString());
|
||||
|
Reference in New Issue
Block a user