Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wwderw authored Oct 20, 2020
1 parent c8e1507 commit 0470e8c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,9 @@ void MainWindow::on_actionDakota_Collectibles_triggered()
QString DC = "https://www.dakotacollectibles.com/comm/default.asp";
QDesktopServices::openUrl(DC);
}

void MainWindow::on_actionYouTube_Tuts_triggered()
{
QString YT = "https://www.youtube.com/c/WildWestDesigns/";
QDesktopServices::openUrl(YT);
}
2 changes: 2 additions & 0 deletions mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ private slots:

void on_actionDakota_Collectibles_triggered();

void on_actionYouTube_Tuts_triggered();

private:
Ui::MainWindow *ui;
stitchPlayer *StitchPlayer;
Expand Down
6 changes: 6 additions & 0 deletions mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@
<string>Wild West Designs</string>
</property>
<addaction name="actionContact"/>
<addaction name="actionYouTube_Tuts"/>
</widget>
<addaction name="menuMadeira"/>
<addaction name="menuWild_West_Designs"/>
Expand Down Expand Up @@ -536,6 +537,11 @@
<string>Dakota Collectibles</string>
</property>
</action>
<action name="actionYouTube_Tuts">
<property name="text">
<string>YouTube Tuts</string>
</property>
</action>
</widget>
<resources>
<include location="Resources.qrc"/>
Expand Down

0 comments on commit 0470e8c

Please sign in to comment.