From 47d49d253932f8c74a77179b1a790ceb77feb553 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint <Friedemann.Kleint@nokia.com> Date: Mon, 17 May 2010 12:12:43 +0200 Subject: [PATCH] CodePaster: Fix sample URL: qtcreator.pastebin.com->creator.pastebin.com Fix up bb6af2131cd537b3dd13074f2d072969850dd7ae. Clear richtext flag on the QLabel and set openExternalLinks. Change sample URL from qtcreator.pastebin.com to creator.pastebin.com. --- src/plugins/cpaster/pastebindotcomsettings.ui | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/plugins/cpaster/pastebindotcomsettings.ui b/src/plugins/cpaster/pastebindotcomsettings.ui index 3f2fd6c773c..73844e4d5ee 100644 --- a/src/plugins/cpaster/pastebindotcomsettings.ui +++ b/src/plugins/cpaster/pastebindotcomsettings.ui @@ -51,15 +51,18 @@ <widget class="QLabel" name="explanatoryTextLabel"> <property name="text"> <string><html><head/><body> -<p><a href="http://pastebin.com">pastebin.com</a> allows to send posts to custom subdomains (eg. qtcreator.pastebin.com). Fill in the desired prefix.</p> +<p><a href="http://pastebin.com">pastebin.com</a> allows to send posts to custom subdomains (eg. creator.pastebin.com). Fill in the desired prefix.</p> <p>Note that the plugin will use this for posting as well as fetching.</p></body></html></string> </property> <property name="textFormat"> - <enum>Qt::RichText</enum> + <enum>Qt::AutoText</enum> </property> <property name="wordWrap"> <bool>true</bool> </property> + <property name="openExternalLinks"> + <bool>true</bool> + </property> </widget> </item> <item> -- GitLab