2009-08-21 07:40:57 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-03-29 15:43:08 +00:00
|
|
|
<class>RSS</class>
|
2009-08-21 07:40:57 +00:00
|
|
|
<widget class="QWidget" name="RSS">
|
|
|
|
<property name="geometry">
|
2007-03-29 15:43:08 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>811</width>
|
2007-04-05 12:39:42 +00:00
|
|
|
<height>447</height>
|
2007-03-29 15:43:08 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-08-23 08:10:56 +00:00
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="windowTitle">
|
2007-03-29 15:43:08 +00:00
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
2009-08-22 02:27:36 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2016-04-18 15:41:22 +08:00
|
|
|
<widget class="QPushButton" name="newFeedButton">
|
2009-08-22 02:27:36 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>New subscription</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-04-18 15:41:22 +08:00
|
|
|
<widget class="QPushButton" name="markReadButton">
|
2009-08-22 02:27:36 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Mark items read</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-04-18 15:41:22 +08:00
|
|
|
<widget class="QPushButton" name="updateAllButton">
|
2009-08-22 02:27:36 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Refresh RSS streams</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Update all</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-03-28 18:32:28 +08:00
|
|
|
<spacer name="spacer1">
|
2009-08-22 02:27:36 +00:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2016-03-28 18:32:28 +08:00
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
2009-08-22 02:27:36 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-11-13 10:49:22 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="rssDownloaderBtn">
|
|
|
|
<property name="text">
|
|
|
|
<string>RSS Downloader...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-22 13:39:49 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="settingsButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Settings...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-08-22 02:27:36 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
2008-06-20 19:52:21 +00:00
|
|
|
<item>
|
2009-08-21 07:40:57 +00:00
|
|
|
<widget class="QSplitter" name="splitter_h">
|
2016-11-10 20:52:40 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="orientation">
|
2008-06-20 19:52:21 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2007-09-09 11:31:51 +00:00
|
|
|
</property>
|
2009-08-21 07:40:57 +00:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2007-03-29 15:43:08 +00:00
|
|
|
<item>
|
2009-08-21 07:40:57 +00:00
|
|
|
<widget class="QLabel" name="news_lbl">
|
|
|
|
<property name="font">
|
2008-06-20 19:52:21 +00:00
|
|
|
<font>
|
2015-09-02 20:00:38 +02:00
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
2008-06-20 19:52:21 +00:00
|
|
|
</font>
|
2007-03-29 15:43:08 +00:00
|
|
|
</property>
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="text">
|
2015-09-02 20:00:38 +02:00
|
|
|
<string>Torrents: (double-click to download)</string>
|
2007-03-29 15:43:08 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-08-21 07:40:57 +00:00
|
|
|
<widget class="QSplitter" name="splitter_v">
|
2016-11-10 20:52:40 +08:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="orientation">
|
2016-11-10 20:52:40 +08:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2007-09-09 11:31:51 +00:00
|
|
|
</property>
|
2011-01-29 13:03:12 +00:00
|
|
|
<widget class="QListWidget" name="listArticles">
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="selectionMode">
|
2015-08-04 17:48:41 +02:00
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
2010-05-05 14:28:40 +00:00
|
|
|
</property>
|
2009-08-21 07:40:57 +00:00
|
|
|
</widget>
|
2013-11-22 21:51:50 +01:00
|
|
|
<widget class="HtmlBrowser" name="textBrowser">
|
|
|
|
<property name="openExternalLinks">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-06-20 20:01:35 +00:00
|
|
|
</widget>
|
2007-03-29 15:43:08 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
2008-06-20 19:52:21 +00:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-08-22 15:01:53 +00:00
|
|
|
<action name="actionDelete">
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="text">
|
2009-08-22 15:01:53 +00:00
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Delete</string>
|
2007-04-05 18:30:20 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-08-22 15:01:53 +00:00
|
|
|
<action name="actionRename">
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="text">
|
2010-06-21 22:22:00 +00:00
|
|
|
<string>Rename...</string>
|
2009-08-22 15:01:53 +00:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Rename</string>
|
2007-04-05 18:30:20 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-08-22 15:01:53 +00:00
|
|
|
<action name="actionUpdate">
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="text">
|
2009-08-22 15:01:53 +00:00
|
|
|
<string>Update</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Update</string>
|
2007-04-05 18:30:20 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-08-22 02:19:40 +00:00
|
|
|
<action name="actionNew_subscription">
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="text">
|
2010-06-21 22:22:00 +00:00
|
|
|
<string>New subscription...</string>
|
2007-04-05 18:30:20 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-08-22 02:19:40 +00:00
|
|
|
<action name="actionUpdate_all_feeds">
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="text">
|
2009-08-22 02:19:40 +00:00
|
|
|
<string>Update all feeds</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Update all feeds</string>
|
2007-04-05 18:30:20 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-08-22 02:19:40 +00:00
|
|
|
<action name="actionMark_items_read">
|
2009-08-21 07:40:57 +00:00
|
|
|
<property name="text">
|
2009-08-22 02:19:40 +00:00
|
|
|
<string>Mark items read</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Mark items read</string>
|
2007-09-09 11:31:51 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2009-08-21 07:40:57 +00:00
|
|
|
<action name="actionDownload_torrent">
|
|
|
|
<property name="text">
|
|
|
|
<string>Download torrent</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpen_news_URL">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open news URL</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCopy_feed_URL">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy feed URL</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2009-08-22 15:01:53 +00:00
|
|
|
<action name="actionNew_folder">
|
|
|
|
<property name="text">
|
2010-06-21 22:22:00 +00:00
|
|
|
<string>New folder...</string>
|
2009-08-22 15:01:53 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2007-03-29 15:43:08 +00:00
|
|
|
</widget>
|
2013-11-22 21:51:50 +01:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>HtmlBrowser</class>
|
|
|
|
<extends>QTextBrowser</extends>
|
|
|
|
<header>htmlbrowser.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2010-12-12 19:37:59 +00:00
|
|
|
<resources/>
|
2007-03-29 15:43:08 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|