forked from qt-creator/qt-creator
QmlDesigner: Use 'Qt Design Studio' in option
Task-number: QDS-12149 Change-Id: I27ffd717ef73ff788e8b5cfdb9a116162cee8015 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -39,8 +39,7 @@ DocumentWarningWidget::DocumentWarningWidget(QWidget *parent)
|
|||||||
m_messageLabel->setWordWrap(true);
|
m_messageLabel->setWordWrap(true);
|
||||||
m_messageLabel->setTextInteractionFlags(Qt::TextSelectableByMouse);
|
m_messageLabel->setTextInteractionFlags(Qt::TextSelectableByMouse);
|
||||||
|
|
||||||
m_ignoreWarningsCheckBox->setText(tr("Always ignore these warnings about features "
|
m_ignoreWarningsCheckBox->setText(tr("Turn off warnings about unsupported Qt Design Studio features."));
|
||||||
"not supported by Qt Quick Designer."));
|
|
||||||
|
|
||||||
connect(m_navigateLabel, &QLabel::linkActivated, this, [this](const QString &link) {
|
connect(m_navigateLabel, &QLabel::linkActivated, this, [this](const QString &link) {
|
||||||
if (link == QLatin1String("goToCode")) {
|
if (link == QLatin1String("goToCode")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user