Skip to content

Commit

Permalink
Show link url for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Mar 2, 2024
1 parent 1c5b523 commit 4c10ed7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ void Window::quickInstance()
"to use them.<br>")
.arg(url));
moreExamplesAvailable->setOpenExternalLinks(true);
connect(moreExamplesAvailable, &QLabel::linkHovered, this, &tooltipLink);

QVBoxLayout *topLayout = new QVBoxLayout;
topLayout->addWidget(machineGroupBox);
Expand Down

0 comments on commit 4c10ed7

Please sign in to comment.