1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-17 10:10:00 +00:00
qBittorrent/src/gui/rss/rsswidget.ui

211 lines
5.4 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2017-03-07 16:10:42 +03:00
<class>RSSWidget</class>
<widget class="QWidget" name="RSSWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>811</width>
<height>447</height>
</rect>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="windowTitle">
<string>Search</string>
</property>
2009-08-22 02:27:36 +00:00
<layout class="QVBoxLayout" name="verticalLayout_2">
2017-03-07 16:10:42 +03:00
<item>
<widget class="QLabel" name="labelWarn">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: red;</string>
</property>
<property name="text">
<string>Fetching of RSS feeds is disabled now! You can enable it in application settings.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2009-08-22 02:27:36 +00:00
<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>
<item>
<widget class="QPushButton" name="rssDownloaderBtn">
<property name="text">
<string>RSS Downloader...</string>
</property>
</widget>
</item>
2009-08-22 02:27:36 +00:00
</layout>
</item>
2008-06-20 19:52:21 +00:00
<item>
2016-11-17 11:11:48 +08:00
<widget class="QSplitter" name="splitterSide">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
2008-06-20 19:52:21 +00:00
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<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>
</property>
<property name="text">
2015-09-02 20:00:38 +02:00
<string>Torrents: (double-click to download)</string>
</property>
</widget>
</item>
<item>
2016-11-17 11:11:48 +08:00
<widget class="QSplitter" name="splitterMain">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="HtmlBrowser" name="textBrowser">
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
2008-06-20 20:01:35 +00:00
</widget>
</item>
</layout>
2008-06-20 19:52:21 +00:00
</widget>
</widget>
</item>
</layout>
<action name="actionDelete">
<property name="text">
<string>Delete</string>
</property>
<property name="toolTip">
<string>Delete</string>
</property>
</action>
<action name="actionRename">
<property name="text">
<string>Rename...</string>
</property>
<property name="toolTip">
<string>Rename</string>
</property>
</action>
<action name="actionUpdate">
<property name="text">
<string>Update</string>
</property>
<property name="toolTip">
<string>Update</string>
</property>
</action>
2017-03-07 16:10:42 +03:00
<action name="actionNewSubscription">
<property name="text">
<string>New subscription...</string>
</property>
</action>
2017-03-07 16:10:42 +03:00
<action name="actionUpdateAllFeeds">
<property name="text">
<string>Update all feeds</string>
</property>
<property name="toolTip">
<string>Update all feeds</string>
</property>
</action>
2017-03-07 16:10:42 +03:00
<action name="actionMarkItemsRead">
<property name="text">
<string>Mark items read</string>
</property>
<property name="toolTip">
<string>Mark items read</string>
</property>
</action>
2017-03-07 16:10:42 +03:00
<action name="actionDownloadTorrent">
<property name="text">
<string>Download torrent</string>
</property>
</action>
2017-03-07 16:10:42 +03:00
<action name="actionOpenNewsURL">
<property name="text">
<string>Open news URL</string>
</property>
</action>
2017-03-07 16:10:42 +03:00
<action name="actionCopyFeedURL">
<property name="text">
<string>Copy feed URL</string>
</property>
</action>
2017-03-07 16:10:42 +03:00
<action name="actionNewFolder">
<property name="text">
<string>New folder...</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>HtmlBrowser</class>
<extends>QTextBrowser</extends>
2017-03-07 16:10:42 +03:00
<header>gui/rss/htmlbrowser.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>