Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
843:c27a9b2b096e | 844:fa68e5aeeaac |
---|---|
54 " under GNU GPL v2+.<br/><br/>Copyright (C) 2014 by Bundesamt für Sicherheit" | 54 " under GNU GPL v2+.<br/><br/>Copyright (C) 2014 by Bundesamt für Sicherheit" |
55 " in der Informationstechnik")); | 55 " in der Informationstechnik")); |
56 textDesc->setTextFormat(Qt::RichText); | 56 textDesc->setTextFormat(Qt::RichText); |
57 textDesc->setTextInteractionFlags( | 57 textDesc->setTextInteractionFlags( |
58 Qt::TextSelectableByMouse | | 58 Qt::TextSelectableByMouse | |
59 Qt::TextSelectableByKeyboard); | 59 Qt::TextSelectableByKeyboard | |
60 Qt::LinksAccessibleByMouse); | |
60 textDesc->setOpenExternalLinks(true); | 61 textDesc->setOpenExternalLinks(true); |
61 | 62 |
62 centerLayout->addWidget(textDesc); | 63 centerLayout->addWidget(textDesc); |
63 centerLayout->insertStretch(8, 10); | 64 centerLayout->insertStretch(8, 10); |
64 | 65 |