forked from qt-creator/qt-creator
QmlDesigner: Add more annoations titles
Change-Id: Iec5198426979f2540beda08ccaa064f042897f3b Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -70,7 +70,11 @@ AnnotationCommentTab::AnnotationCommentTab(QWidget *parent)
|
|||||||
"project type",
|
"project type",
|
||||||
"project version",
|
"project version",
|
||||||
"Screen Description",
|
"Screen Description",
|
||||||
"Section"}});
|
"Section",
|
||||||
|
"normalcolor",
|
||||||
|
"focuscolor",
|
||||||
|
"selectedcolor",
|
||||||
|
"pressedcolor"}});
|
||||||
|
|
||||||
connect(ui->titleEdit, &QComboBox::currentTextChanged,
|
connect(ui->titleEdit, &QComboBox::currentTextChanged,
|
||||||
this, &AnnotationCommentTab::commentTitleChanged);
|
this, &AnnotationCommentTab::commentTitleChanged);
|
||||||
|
|||||||
Reference in New Issue
Block a user