forked from qt-creator/qt-creator
Utils: Settle on lowerSnakeCase for LayoutBuilder::Setter
Change-Id: Icfe487d8c7712cc8ad28f0f61e8ae4778a356fc3 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -76,11 +76,11 @@ KeywordDialog::KeywordDialog(const Keyword &keyword, const QSet<QString> &alread
|
||||
m_listWidget,
|
||||
Row {
|
||||
Group {
|
||||
Title(Tr::tr("Color")),
|
||||
title(Tr::tr("Color")),
|
||||
Row { m_colorEdit, m_colorButton }
|
||||
},
|
||||
Group {
|
||||
Title(Tr::tr("Keyword")),
|
||||
title(Tr::tr("Keyword")),
|
||||
Column { m_keywordNameEdit }
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user