From 44ce8db8d6300d5e871f0dbe60a367af46d7d7df Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Fri, 26 Feb 2021 18:29:16 +0100 Subject: [PATCH] QmlDesigner: Add more annoations titles Change-Id: Iec5198426979f2540beda08ccaa064f042897f3b Reviewed-by: Thomas Hartmann --- .../components/annotationeditor/annotationcommenttab.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp index 8aa58a13968..b8323bb80d2 100644 --- a/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp +++ b/src/plugins/qmldesigner/components/annotationeditor/annotationcommenttab.cpp @@ -70,7 +70,11 @@ AnnotationCommentTab::AnnotationCommentTab(QWidget *parent) "project type", "project version", "Screen Description", - "Section"}}); + "Section", + "normalcolor", + "focuscolor", + "selectedcolor", + "pressedcolor"}}); connect(ui->titleEdit, &QComboBox::currentTextChanged, this, &AnnotationCommentTab::commentTitleChanged);