From: Uwe Hermann Date: Sat, 2 Mar 2013 10:57:28 +0000 (+0100) Subject: About box: Make URL clickable. X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=commitdiff_plain;h=eb2b2d91e24d796c544a14d58a413df05e6eb7b9 About box: Make URL clickable. Thanks R. Diez for the patch! --- diff --git a/pv/dialogs/about.cpp b/pv/dialogs/about.cpp index 53072e7..c14a8fe 100644 --- a/pv/dialogs/about.cpp +++ b/pv/dialogs/about.cpp @@ -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("");