aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/desktop-plugins/rssfeeder/RSSFeedPlugin.ui
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-01 14:45:20 -0400
committerKen Moore <moorekou@gmail.com>2016-06-01 14:45:20 -0400
commit23c4c6c217363c0ea7772e312d2c9e0f8ff78e78 (patch)
tree4f04cebed95739516ebc13b43a7a33c388972925 /src-qt5/core/lumina-desktop/desktop-plugins/rssfeeder/RSSFeedPlugin.ui
parentAdd the beginnings of a new desktop plugin: rssreader (diff)
downloadlumina-23c4c6c217363c0ea7772e312d2c9e0f8ff78e78.tar.gz
lumina-23c4c6c217363c0ea7772e312d2c9e0f8ff78e78.tar.bz2
lumina-23c4c6c217363c0ea7772e312d2c9e0f8ff78e78.zip
Get the new RSS reader plugin mostly-functional. Add/remove feeds seems to work, as well as the main feed display. Still need the feed/channel info page populated though.
Diffstat (limited to 'src-qt5/core/lumina-desktop/desktop-plugins/rssfeeder/RSSFeedPlugin.ui')
-rw-r--r--src-qt5/core/lumina-desktop/desktop-plugins/rssfeeder/RSSFeedPlugin.ui12
1 files changed, 9 insertions, 3 deletions
diff --git a/src-qt5/core/lumina-desktop/desktop-plugins/rssfeeder/RSSFeedPlugin.ui b/src-qt5/core/lumina-desktop/desktop-plugins/rssfeeder/RSSFeedPlugin.ui
index d9972473..7689e88b 100644
--- a/src-qt5/core/lumina-desktop/desktop-plugins/rssfeeder/RSSFeedPlugin.ui
+++ b/src-qt5/core/lumina-desktop/desktop-plugins/rssfeeder/RSSFeedPlugin.ui
@@ -102,7 +102,7 @@
</layout>
</item>
<item>
- <widget class="QTextEdit" name="text_feed">
+ <widget class="QTextBrowser" name="text_feed">
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
@@ -119,6 +119,12 @@ p, li { white-space: pre-wrap; }
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
</property>
+ <property name="openExternalLinks">
+ <bool>true</bool>
+ </property>
+ <property name="openLinks">
+ <bool>true</bool>
+ </property>
</widget>
</item>
</layout>
@@ -191,8 +197,8 @@ p, li { white-space: pre-wrap; }
<rect>
<x>0</x>
<y>0</y>
- <width>228</width>
- <height>178</height>
+ <width>100</width>
+ <height>30</height>
</rect>
</property>
</widget>
bgstack15