Salome HOME
Issue #559: Control doesn't have variable if its text is empty
[modules/shaper.git] / src / Config / Config_Keywords.h
index bc115a764f1ee1e1f5603126505031e3be70452f..2827d269c6bc4f29dd28e4d0fa9573b33b357978 100644 (file)
@@ -24,6 +24,7 @@ const static char* NODE_XMLPARENT = "libxml_parent";
 // Widgets
 const static char* WDG_INFO = "label";
 const static char* WDG_DOUBLEVALUE = "doublevalue";
+const static char* WDG_INTEGERVALUE = "integervalue";
 const static char* WDG_BOOLVALUE = "boolvalue";
 const static char* WDG_STRINGVALUE = "stringvalue";
 const static char* WDG_MULTISELECTOR = "multi_selector";
@@ -31,6 +32,7 @@ const static char* WDG_SHAPE_SELECTOR = "shape_selector";
 const static char* WDG_CHOICE = "choice";
 const static char* WDG_DOUBLEVALUE_EDITOR = "doublevalue_editor";
 const static char* WDG_FILE_SELECTOR= "file_selector";
+const static char* WDG_EXPR_EDITOR = "expr_editor";
 // Containers
 const static char* WDG_GROUP = "groupbox";
 const static char* WDG_CHECK_GROUP = "check_groupbox";