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