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:
@@ -106,12 +106,12 @@ BazaarSettingsPage::BazaarSettingsPage(BazaarSettings *settings)
|
||||
|
||||
Column {
|
||||
Group {
|
||||
Title(BazaarSettings::tr("Configuration")),
|
||||
title(BazaarSettings::tr("Configuration")),
|
||||
Row { s.binaryPath }
|
||||
},
|
||||
|
||||
Group {
|
||||
Title(BazaarSettings::tr("User")),
|
||||
title(BazaarSettings::tr("User")),
|
||||
Form {
|
||||
s.userName,
|
||||
s.userEmail
|
||||
@@ -119,7 +119,7 @@ BazaarSettingsPage::BazaarSettingsPage(BazaarSettings *settings)
|
||||
},
|
||||
|
||||
Group {
|
||||
Title(BazaarSettings::tr("Miscellaneous")),
|
||||
title(BazaarSettings::tr("Miscellaneous")),
|
||||
Row {
|
||||
s.logCount,
|
||||
s.timeout,
|
||||
|
||||
Reference in New Issue
Block a user