GitLab: Add hint what link to gitlab is for

Change-Id: I5ee32fac4a2a73b3b40438d1697071491c17ac94
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2022-06-03 12:32:39 +02:00
parent bcfa338fff
commit fe63fb2881

View File

@@ -159,6 +159,8 @@ GitLabProjectSettingsWidget::GitLabProjectSettingsWidget(ProjectExplorer::Projec
horizontalLayout->addWidget(m_checkConnection); horizontalLayout->addWidget(m_checkConnection);
horizontalLayout->addStretch(1); horizontalLayout->addStretch(1);
verticalLayout->addLayout(horizontalLayout); verticalLayout->addLayout(horizontalLayout);
verticalLayout->addWidget(new QLabel(tr("Projects linked with GitLab receive event "
"notifications in the Version Control output pane.")));
connect(m_linkWithGitLab, &QPushButton::clicked, this, [this]() { connect(m_linkWithGitLab, &QPushButton::clicked, this, [this]() {
checkConnection(Link); checkConnection(Link);