1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-17 18:20:27 +00:00

205 lines
5.3 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RSS</class>
<widget class="QWidget" name="RSS">
<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">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolButton" name="newFeedButton">
<property name="text">
<string>New subscription</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
2009-08-22 02:27:36 +00:00
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="markReadButton">
<property name="text">
<string>Mark items read</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
2009-08-22 02:27:36 +00:00
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="updateAllButton">
<property name="toolTip">
<string>Refresh RSS streams</string>
</property>
<property name="text">
<string>Update all</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
2009-08-22 02:27:36 +00:00
</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>
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>
<widget class="QSplitter" name="splitter_h">
<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>
<widget class="QSplitter" name="splitter_v">
<property name="orientation">
2008-06-20 20:01:35 +00:00
<enum>Qt::Vertical</enum>
</property>
2011-01-29 13:03:12 +00:00
<widget class="QListWidget" name="listArticles">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
<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>
<action name="actionNew_subscription">
<property name="text">
<string>New subscription...</string>
</property>
</action>
<action name="actionUpdate_all_feeds">
<property name="text">
<string>Update all feeds</string>
</property>
<property name="toolTip">
<string>Update all feeds</string>
</property>
</action>
<action name="actionMark_items_read">
<property name="text">
<string>Mark items read</string>
</property>
<property name="toolTip">
<string>Mark items read</string>
</property>
</action>
<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>
<action name="actionNew_folder">
<property name="text">
<string>New folder...</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>HtmlBrowser</class>
<extends>QTextBrowser</extends>
<header>htmlbrowser.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>