forked from qt-creator/qt-creator
Welcome: Point Get Started button to Qt Creator's Geting Started page
Fixes: QTCREATORBUG-26054 Change-Id: I4fd9cc5d18bddc812a97cdbc4b757ba617fe7098 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -275,7 +275,8 @@ public:
|
|||||||
auto getStartedButton = new WelcomePageButton(this);
|
auto getStartedButton = new WelcomePageButton(this);
|
||||||
getStartedButton->setText(tr("Get Started Now"));
|
getStartedButton->setText(tr("Get Started Now"));
|
||||||
getStartedButton->setOnClicked([] {
|
getStartedButton->setOnClicked([] {
|
||||||
QDesktopServices::openUrl(QString("qthelp://org.qt-project.qtcreator/doc/index.html"));
|
QDesktopServices::openUrl(
|
||||||
|
QString("qthelp://org.qt-project.qtcreator/doc/creator-getting-started.html"));
|
||||||
});
|
});
|
||||||
l->addWidget(getStartedButton);
|
l->addWidget(getStartedButton);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user