Mercurial > trustbridge
diff ui/aboutdialog.cpp @ 844:fa68e5aeeaac
Make links clickable and also change the about info in mainwindow.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 30 Jul 2014 10:44:52 +0200 |
parents | c27a9b2b096e |
children | 1171a4778562 |
line wrap: on
line diff
--- a/ui/aboutdialog.cpp Wed Jul 30 10:36:58 2014 +0200 +++ b/ui/aboutdialog.cpp Wed Jul 30 10:44:52 2014 +0200 @@ -56,7 +56,8 @@ textDesc->setTextFormat(Qt::RichText); textDesc->setTextInteractionFlags( Qt::TextSelectableByMouse | - Qt::TextSelectableByKeyboard); + Qt::TextSelectableByKeyboard | + Qt::LinksAccessibleByMouse); textDesc->setOpenExternalLinks(true); centerLayout->addWidget(textDesc);