[PATCH] Allow to open external links from aboutdialog label
Wald Commits
scm-commit at wald.intevation.org
Wed Jul 30 10:38:01 CEST 2014
# HG changeset patch
# User Emanuel Schuetze <emanuel at intevation.de>
# Date 1406709418 -7200
# Node ID c27a9b2b096e5fd4e49c008c39f0d95155a4d19d
# Parent bd33c6585cd0ef61f8265b4e3242a1dd7bd8e7f6
Allow to open external links from aboutdialog label.
diff -r bd33c6585cd0 -r c27a9b2b096e ui/aboutdialog.cpp
--- a/ui/aboutdialog.cpp Wed Jul 30 09:58:20 2014 +0200
+++ b/ui/aboutdialog.cpp Wed Jul 30 10:36:58 2014 +0200
@@ -57,6 +57,7 @@
textDesc->setTextInteractionFlags(
Qt::TextSelectableByMouse |
Qt::TextSelectableByKeyboard);
+ textDesc->setOpenExternalLinks(true);
centerLayout->addWidget(textDesc);
centerLayout->insertStretch(8, 10);
More information about the Trustbridge-commits
mailing list