From b08b5e6dd6a61b006e5d046942a8cd012dbc71c1 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 2 Sep 2009 06:12:27 +0000 Subject: [PATCH] added browser links in about dialog --- src/aboutdlgbase.ui | 4 ++-- src/util.cpp | 14 ++++++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/aboutdlgbase.ui b/src/aboutdlgbase.ui index 04dc70be..d926333a 100755 --- a/src/aboutdlgbase.ui +++ b/src/aboutdlgbase.ui @@ -5,8 +5,8 @@ 0 0 - 541 - 357 + 630 + 397 diff --git a/src/util.cpp b/src/util.cpp index 259e1a50..8d156084 100755 --- a/src/util.cpp +++ b/src/util.cpp @@ -308,6 +308,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent ) setupUi ( this ); // set the text for the about dialog html text control + TextViewCredits->setOpenExternalLinks ( true ); TextViewCredits->setText ( "

" // general description of llcon software "llcon " + tr("Client/Server communication tool to enable " @@ -331,12 +332,17 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent ) tr("llcon uses the following libraries, resources or code snippets:") + "

" "
    " - "
  • Qt cross-platform application framework: http://trolltech.com
  • " - "
  • The CELT ultra-low delay audio codec: http://www.celt-codec.org
  • " + "
  • Qt cross-platform application framework: " + "http://trolltech.com
  • " + "
  • The CELT ultra-low delay audio codec: " + "http://www.celt-codec.org
  • " "
  • Audio reverberation code: by Perry R. Cook and Gary P. Scavone, " - "1995 - 2004 (taken from The Synthesis ToolKit in C++ (STK))
  • " + "1995 - 2004 (taken from " + "" + "The Synthesis ToolKit in C++ (STK))" "
  • Parts from Dream DRM Receiver by Volker Fischer and Alexander " - "Kurpiers: http://drm.sf.net
  • " + "Kurpiers: " + "http://drm.sf.net" "
  • Some pixmaps are from Clker.com - vector clip art online, " "royalty free & public domain
  • " "
"