forked from qt-creator/qt-creator
Fix predefined annotations
Task-number: QDS-3002 Change-Id: I1ccc586e19d3059a419431188bab58c84441c08c Reviewed-by: Michael Winkelmann <michael.winkelmann@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
e062f542dd
commit
6f489a10c1
@@ -43,16 +43,16 @@ AnnotationCommentTab::AnnotationCommentTab(QWidget *parent)
|
|||||||
|
|
||||||
ui->titleEdit->setModel(new QStringListModel{QStringList{"Description",
|
ui->titleEdit->setModel(new QStringListModel{QStringList{"Description",
|
||||||
"Display Condition",
|
"Display Condition",
|
||||||
"helper_lines"
|
"helper lines",
|
||||||
"highlight"
|
"highlight",
|
||||||
"project author",
|
"project author",
|
||||||
"project confirmed",
|
"project confirmed",
|
||||||
"project developer",
|
"project developer",
|
||||||
"project distributor",
|
"project distributor",
|
||||||
"project modified",
|
"project modified",
|
||||||
"project type"
|
"project type",
|
||||||
"project version",
|
"project version",
|
||||||
"Screen Description"
|
"Screen Description",
|
||||||
"Section"}});
|
"Section"}});
|
||||||
|
|
||||||
connect(ui->titleEdit, &QComboBox::currentTextChanged,
|
connect(ui->titleEdit, &QComboBox::currentTextChanged,
|
||||||
|
Reference in New Issue
Block a user