Skip to content

Commit

Permalink
Merge pull request #871 from BlockSettle/fix_urls
Browse files Browse the repository at this point in the history
Update tutorials URLs
  • Loading branch information
Ation authored Sep 2, 2020
2 parents ddddfba + 9584dd4 commit 2d36fe0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions BlockSettleUILib/BSTerminalMainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,10 +400,10 @@ void BSTerminalMainWindow::setupInfoWidget()
}

connect(ui_->introductionBtn, &QPushButton::clicked, this, []() {
QDesktopServices::openUrl(QUrl(QLatin1String("")));
QDesktopServices::openUrl(QUrl(QLatin1String("https://www.youtube.com/watch?v=mUqKq9GKjmI")));
});
connect(ui_->setUpBtn, &QPushButton::clicked, this, []() {
QDesktopServices::openUrl(QUrl(QLatin1String("https://youtu.be/bvGNi6sBkTo")));
connect(ui_->tutorialsButton, &QPushButton::clicked, this, []() {
QDesktopServices::openUrl(QUrl(QLatin1String("https://blocksettle.com/tutorials")));
});
connect(ui_->closeBtn, &QPushButton::clicked, this, [this]() {
ui_->infoWidget->setVisible(false);
Expand Down
4 changes: 2 additions & 2 deletions BlockSettleUILib/BSTerminalMainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="setUpBtn">
<widget class="QPushButton" name="tutorialsButton">
<property name="minimumSize">
<size>
<width>120</width>
Expand All @@ -390,7 +390,7 @@
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>Set-up for trading</string>
<string>Video tutorials</string>
</property>
<property name="icon">
<iconset resource="armory.qrc">
Expand Down
10 changes: 5 additions & 5 deletions BlockSettleUILib/InfoDialogs/SupportDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -414,13 +414,13 @@
</size>
</property>
<property name="text">
<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>
<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>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>false</bool>
<bool>true</bool>
</property>
</widget>
</item>
Expand Down Expand Up @@ -480,7 +480,7 @@
</sizepolicy>
</property>
<property name="text">
<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>
<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>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
Expand Down Expand Up @@ -514,13 +514,13 @@
</size>
</property>
<property name="text">
<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>
<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>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>false</bool>
<bool>true</bool>
</property>
</widget>
</item>
Expand Down

0 comments on commit 2d36fe0

Please sign in to comment.