PIValueTree add attributes
This commit is contained in:
@@ -51,6 +51,8 @@ const char PIValueTree::Attribute::style [] = "style" ;
|
||||
const char PIValueTree::Attribute::filter [] = "filter" ;
|
||||
const char PIValueTree::Attribute::absolutePath [] = "absolutePath" ;
|
||||
const char PIValueTree::Attribute::onlyExisting [] = "onlyExisting" ;
|
||||
const char PIValueTree::Attribute::widgetType [] = "widgetType" ;
|
||||
const char PIValueTree::Attribute::expression [] = "expression" ;
|
||||
// clang-format on
|
||||
|
||||
|
||||
|
||||
@@ -61,6 +61,8 @@ public:
|
||||
static const char filter [];
|
||||
static const char absolutePath [];
|
||||
static const char onlyExisting [];
|
||||
static const char widgetType [];
|
||||
static const char expression [];
|
||||
//static constexpr char attribute[] = "";
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user