We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c108b commit 3256847Copy full SHA for 3256847
1 file changed
annotation_tool/ui/common/welcome_widget.py
@@ -70,7 +70,7 @@ def __init__(self, parent=None):
70
self.tutorial_btn.setFixedSize(160, 40)
71
self.tutorial_btn.setProperty("class", "welcome_secondary_btn")
72
self.tutorial_btn.setCursor(Qt.CursorShape.PointingHandCursor)
73
- self.tutorial_btn.clicked.connect(lambda: QDesktopServices.openUrl(QUrl("https://www.youtube.com/")))
+ self.tutorial_btn.clicked.connect(lambda: QDesktopServices.openUrl(QUrl("https://drive.google.com/file/d/1EgQXGMQya06vNMuX_7-OlAUjF_Je-ye_/view?usp=sharing")))
74
75
self.github_btn = QPushButton("🐙 GitHub Repo")
76
self.github_btn.setFixedSize(160, 40)
0 commit comments