summaryrefslogtreecommitdiff
path: root/src/plugins/designer/designerconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/designer/designerconstants.h')
-rw-r--r--src/plugins/designer/designerconstants.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/designer/designerconstants.h b/src/plugins/designer/designerconstants.h
index 2df76db73e..91448fd621 100644
--- a/src/plugins/designer/designerconstants.h
+++ b/src/plugins/designer/designerconstants.h
@@ -35,6 +35,12 @@
namespace Designer {
namespace Constants {
+const char * const INFO_READ_ONLY = "DesignerXmlEditor.ReadOnly";
+const char * const K_DESIGNER_XML_EDITOR_ID = "FormEditor.DesignerXmlEditor";
+const char * const C_DESIGNER_XML_EDITOR = "Designer Xml Editor";
+const char * const DESIGNER_XML_EDITOR_ID ="DesignerXmlEditor";
+const char * const C_DESIGNER_XML_DISPLAY_NAME = QT_TRANSLATE_NOOP("Designer", "Xml Editor");
+
const char * const SETTINGS_CATEGORY = "P.Designer";
const char * const SETTINGS_TR_CATEGORY = QT_TRANSLATE_NOOP("Designer", "Designer");
const char * const SETTINGS_CPP_SETTINGS_ID = "Class Generation";