From 0470e8c1785bd077640188e8e6e741d9f93ba57f Mon Sep 17 00:00:00 2001 From: wwderw <24878362+wwderw@users.noreply.github.com> Date: Mon, 19 Oct 2020 22:42:07 -0500 Subject: [PATCH] Add files via upload --- mainwindow.cpp | 6 ++++++ mainwindow.h | 2 ++ mainwindow.ui | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 58eaee8..096f326 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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); +} diff --git a/mainwindow.h b/mainwindow.h index 4a7606c..582b263 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -62,6 +62,8 @@ private slots: void on_actionDakota_Collectibles_triggered(); + void on_actionYouTube_Tuts_triggered(); + private: Ui::MainWindow *ui; stitchPlayer *StitchPlayer; diff --git a/mainwindow.ui b/mainwindow.ui index 9703ed4..90c96a5 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -423,6 +423,7 @@ Wild West Designs + @@ -536,6 +537,11 @@ Dakota Collectibles + + + YouTube Tuts + +