]> sigrok.org Git - pulseview.git/commitdiff
About box: Make URL clickable.
authorUwe Hermann <redacted>
Sat, 2 Mar 2013 10:57:28 +0000 (11:57 +0100)
committerUwe Hermann <redacted>
Sat, 2 Mar 2013 11:00:08 +0000 (12:00 +0100)
Thanks R. Diez <redacted> for the patch!

pv/dialogs/about.cpp

index 53072e78c6d7e562a3c239f20571b8e37252c6d3..c14a8fea7d0f487cb376882d18baa595b384fee3 100644 (file)
@@ -52,6 +52,7 @@ About::About(QWidget *parent) :
                                 .arg(QApplication::applicationVersion())
                                 .arg(tr("GNU GPL, version 2 or later"))
                                 .arg(QApplication::organizationDomain()));
+       ui->versionInfo->setOpenExternalLinks(true);
 
        s.append("<table>");