Skip to content

Commit 2d36fe0

Browse files
authored
Merge pull request #871 from BlockSettle/fix_urls
Update tutorials URLs
2 parents ddddfba + 9584dd4 commit 2d36fe0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

BlockSettleUILib/BSTerminalMainWindow.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ void BSTerminalMainWindow::setupInfoWidget()
400400
}
401401

402402
connect(ui_->introductionBtn, &QPushButton::clicked, this, []() {
403-
QDesktopServices::openUrl(QUrl(QLatin1String("")));
403+
QDesktopServices::openUrl(QUrl(QLatin1String("https://www.youtube.com/watch?v=mUqKq9GKjmI")));
404404
});
405-
connect(ui_->setUpBtn, &QPushButton::clicked, this, []() {
406-
QDesktopServices::openUrl(QUrl(QLatin1String("https://youtu.be/bvGNi6sBkTo")));
405+
connect(ui_->tutorialsButton, &QPushButton::clicked, this, []() {
406+
QDesktopServices::openUrl(QUrl(QLatin1String("https://blocksettle.com/tutorials")));
407407
});
408408
connect(ui_->closeBtn, &QPushButton::clicked, this, [this]() {
409409
ui_->infoWidget->setVisible(false);

BlockSettleUILib/BSTerminalMainWindow.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
</widget>
371371
</item>
372372
<item>
373-
<widget class="QPushButton" name="setUpBtn">
373+
<widget class="QPushButton" name="tutorialsButton">
374374
<property name="minimumSize">
375375
<size>
376376
<width>120</width>
@@ -390,7 +390,7 @@
390390
<enum>Qt::LeftToRight</enum>
391391
</property>
392392
<property name="text">
393-
<string>Set-up for trading</string>
393+
<string>Video tutorials</string>
394394
</property>
395395
<property name="icon">
396396
<iconset resource="armory.qrc">

BlockSettleUILib/InfoDialogs/SupportDialog.ui

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -414,13 +414,13 @@
414414
</size>
415415
</property>
416416
<property name="text">
417-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;Getting_Started_With_Trading.pdf&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#247dac;&quot;&gt;Set-up for trading&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
417+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=mUqKq9GKjmI&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#247dac;&quot;&gt;Introduction&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
418418
</property>
419419
<property name="wordWrap">
420420
<bool>true</bool>
421421
</property>
422422
<property name="openExternalLinks">
423-
<bool>false</bool>
423+
<bool>true</bool>
424424
</property>
425425
</widget>
426426
</item>
@@ -480,7 +480,7 @@
480480
</sizepolicy>
481481
</property>
482482
<property name="text">
483-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Additional guides and documentation can be found under the Resources on the BlockSettle Webpage.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
483+
<string>Visit our video &lt;a href=&quot;https://www.blocksettle.com/tutorials&quot;&gt;&lt;span style=&quot; font-size:12px; text-decoration: underline; color:#fefeff&quot;&gt;library&lt;/span&gt;&lt;/a&gt; for more tutorials.</string>
484484
</property>
485485
<property name="textFormat">
486486
<enum>Qt::RichText</enum>
@@ -514,13 +514,13 @@
514514
</size>
515515
</property>
516516
<property name="text">
517-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;Getting_Started_With_Wallet.pdf&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#247dac;&quot;&gt;Trading with the Terminal&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
517+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;https://www.youtube.com/watch?v=6ZhTa3o-yus&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#247dac;&quot;&gt;Enable Trading&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
518518
</property>
519519
<property name="wordWrap">
520520
<bool>true</bool>
521521
</property>
522522
<property name="openExternalLinks">
523-
<bool>false</bool>
523+
<bool>true</bool>
524524
</property>
525525
</widget>
526526
</item>

0 commit comments

Comments
 (0)