QmlDesigner: Add more annoations titles

Change-Id: Iec5198426979f2540beda08ccaa064f042897f3b
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2021-02-26 18:29:16 +01:00
parent 61a0b2b2b3
commit 44ce8db8d6

View File

@@ -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);