Salome HOME
Issue #801: place holder for hint in input fields
[modules/shaper.git] / src / Config / Config_Keywords.h
index 4a39432139760c4e7fca8f5b8411cb537822669a..b9ee0b4a0045dcde4010581a905dc89a67f45d97 100644 (file)
@@ -33,6 +33,8 @@ 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";
+const static char* WDG_PLACE_HOLDER = "placeholder";
+
 // Containers
 const static char* WDG_GROUP = "groupbox";
 const static char* WDG_CHECK_GROUP = "check_groupbox";