2010-10-31 15:35:07 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AutomatedRssDownloader</class>
|
|
|
|
<widget class="QDialog" name="AutomatedRssDownloader">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2016-05-22 16:59:31 +03:00
|
|
|
<width>818</width>
|
|
|
|
<height>571</height>
|
2010-10-31 15:35:07 +03:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2015-06-20 09:56:49 +03:00
|
|
|
<string>RSS Downloader</string>
|
2010-10-31 15:35:07 +03:00
|
|
|
</property>
|
2010-11-13 20:12:13 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
2010-10-31 15:35:07 +03:00
|
|
|
<item>
|
2017-03-07 16:10:42 +03:00
|
|
|
<widget class="QLabel" name="labelWarn">
|
2010-10-31 15:35:07 +03:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
2017-03-07 16:10:42 +03:00
|
|
|
<italic>true</italic>
|
2010-10-31 15:35:07 +03:00
|
|
|
</font>
|
|
|
|
</property>
|
2017-03-07 16:10:42 +03:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">color: red;</string>
|
|
|
|
</property>
|
2010-10-31 15:35:07 +03:00
|
|
|
<property name="text">
|
2017-03-07 16:10:42 +03:00
|
|
|
<string>Auto downloading of RSS torrents is disabled now! You can enable it in application settings.</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
2010-10-31 15:35:07 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-12-04 12:27:28 +03:00
|
|
|
<widget class="QSplitter" name="hsplitter">
|
2017-03-07 16:10:42 +03:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-12-04 12:27:28 +03:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2010-12-12 22:37:59 +03:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2010-10-31 15:35:07 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Download Rules</string>
|
2010-10-31 15:35:07 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="removeRuleBtn">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="addRuleBtn">
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-11-13 18:51:36 +03:00
|
|
|
<widget class="QListWidget" name="listRules">
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-10-31 15:35:07 +03:00
|
|
|
</item>
|
|
|
|
</layout>
|
2010-12-04 12:27:28 +03:00
|
|
|
</widget>
|
2011-01-07 22:18:29 +03:00
|
|
|
<widget class="QWidget" name="layoutWidget1">
|
2010-11-13 20:12:13 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="ruleDefBox">
|
|
|
|
<property name="title">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Rule Definition</string>
|
2010-11-13 20:12:13 +03:00
|
|
|
</property>
|
2011-04-18 19:56:22 +04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkRegex">
|
2010-11-13 20:12:13 +03:00
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Use Regular Expressions</string>
|
2010-11-13 20:12:13 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-18 19:56:22 +04:00
|
|
|
<item>
|
2015-06-20 09:56:49 +03:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2011-04-18 19:56:22 +04:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Must Contain:</string>
|
2011-04-18 19:56:22 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Must Not Contain:</string>
|
2011-04-18 19:56:22 +04:00
|
|
|
</property>
|
2015-06-20 09:56:49 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="lblEFilter">
|
|
|
|
<property name="text">
|
|
|
|
<string>Episode Filter:</string>
|
2011-04-18 19:56:22 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-20 09:56:49 +03:00
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="lblEFilterStat">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>18</width>
|
|
|
|
<height>18</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="lbl_mustnot_stat">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>18</width>
|
|
|
|
<height>18</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineContains"/>
|
2011-04-18 19:56:22 +04:00
|
|
|
</item>
|
2015-06-20 09:56:49 +03:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="lbl_must_stat">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>18</width>
|
|
|
|
<height>18</height>
|
|
|
|
</size>
|
2013-07-24 15:30:58 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-11-06 08:53:06 +03:00
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QLabel" name="lbl_epfilter_stat">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>18</width>
|
|
|
|
<height>18</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-20 09:56:49 +03:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineNotContains"/>
|
|
|
|
</item>
|
2016-11-06 07:45:44 +03:00
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEFilter"/>
|
|
|
|
</item>
|
2011-04-18 19:56:22 +04:00
|
|
|
</layout>
|
2010-11-13 20:12:13 +03:00
|
|
|
</item>
|
2018-05-18 14:55:41 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkSmart">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Smart Episode Filter will check the episode number to prevent downloading of duplicates.
|
|
|
|
Supports the formats: S01E01, 1x1, 2017.01.01 and 01.01.2017 (Date formats also support - as a separator)</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Use Smart Episode Filter</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-18 19:56:22 +04:00
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2010-10-31 15:35:07 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-18 19:56:22 +04:00
|
|
|
<item>
|
2015-06-20 09:56:49 +03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
2011-04-18 19:56:22 +04:00
|
|
|
<widget class="QLabel" name="label_7">
|
2015-06-20 09:56:49 +03:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2011-04-18 19:56:22 +04:00
|
|
|
<property name="text">
|
2016-02-09 11:56:48 +03:00
|
|
|
<string>Assign Category:</string>
|
2011-04-18 19:56:22 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-20 09:56:49 +03:00
|
|
|
<item>
|
2016-02-09 11:56:48 +03:00
|
|
|
<widget class="QComboBox" name="comboCategory">
|
2011-04-18 19:56:22 +04:00
|
|
|
<property name="editable">
|
2016-02-09 11:56:48 +03:00
|
|
|
<bool>false</bool>
|
2011-04-18 19:56:22 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-11-13 20:12:13 +03:00
|
|
|
</item>
|
2011-04-18 19:56:22 +04:00
|
|
|
<item>
|
2010-11-13 20:12:13 +03:00
|
|
|
<widget class="QCheckBox" name="saveDiffDir_check">
|
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Save to a Different Directory</string>
|
2010-11-13 20:12:13 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-18 19:56:22 +04:00
|
|
|
<item>
|
2015-06-20 09:56:49 +03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
2011-04-18 19:56:22 +04:00
|
|
|
<widget class="QLabel" name="label_6">
|
2010-11-13 20:12:13 +03:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2011-04-18 19:56:22 +04:00
|
|
|
<string>Save to:</string>
|
|
|
|
</property>
|
2015-06-20 09:56:49 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="lineSavePath">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
2010-11-13 20:12:13 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-06-20 09:56:49 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="browseSP">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-04-18 19:56:22 +04:00
|
|
|
</item>
|
2010-11-13 20:12:13 +03:00
|
|
|
</layout>
|
2010-10-31 15:35:07 +03:00
|
|
|
</item>
|
2013-07-25 00:39:05 +04:00
|
|
|
<item>
|
2015-01-18 15:13:06 +03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
2013-07-25 00:39:05 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblIgnoreDays">
|
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string comment="... X days">Ignore Subsequent Matches for (0 to Disable)</string>
|
2013-07-25 00:39:05 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="spinIgnorePeriod">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-03-07 16:10:42 +03:00
|
|
|
<property name="specialValueText">
|
|
|
|
<string>Disabled</string>
|
|
|
|
</property>
|
2013-07-25 00:39:05 +04:00
|
|
|
<property name="suffix">
|
|
|
|
<string> days</string>
|
|
|
|
</property>
|
2017-01-22 07:36:27 +03:00
|
|
|
<property name="minimum">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-07-25 00:39:05 +04:00
|
|
|
<property name="maximum">
|
2015-06-20 09:57:43 +03:00
|
|
|
<number>365</number>
|
2013-07-25 00:39:05 +04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-06-20 09:56:49 +03:00
|
|
|
<widget class="QLabel" name="lblLastMatch">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2013-07-25 00:39:05 +04:00
|
|
|
</item>
|
2014-08-18 23:58:40 +04:00
|
|
|
<item>
|
2015-01-18 15:13:06 +03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
2014-08-18 23:58:40 +04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblAddPaused">
|
2015-06-20 09:56:49 +03:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2014-08-18 23:58:40 +04:00
|
|
|
<property name="text">
|
|
|
|
<string>Add Paused:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="comboAddPaused">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Use global settings</string>
|
2014-08-18 23:58:40 +04:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Always</string>
|
2014-08-18 23:58:40 +04:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Never</string>
|
2014-08-18 23:58:40 +04:00
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2010-10-31 15:35:07 +03:00
|
|
|
</layout>
|
2010-11-13 20:12:13 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2017-01-22 07:36:27 +03:00
|
|
|
<widget class="QLabel" name="lblListFeeds">
|
2010-11-13 20:12:13 +03:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Apply Rule to Feeds:</string>
|
2010-11-13 20:12:13 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="listFeeds"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-12-04 12:27:28 +03:00
|
|
|
</widget>
|
2011-01-07 22:18:29 +03:00
|
|
|
<widget class="QWidget" name="layoutWidget2">
|
2010-10-31 15:35:07 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2015-06-20 09:57:43 +03:00
|
|
|
<string>Matching RSS Articles</string>
|
2010-10-31 15:35:07 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-11-13 22:36:46 +03:00
|
|
|
<widget class="QTreeWidget" name="treeMatchingArticles">
|
|
|
|
<attribute name="headerVisible">
|
2010-10-31 15:35:07 +03:00
|
|
|
<bool>false</bool>
|
2010-11-13 22:36:46 +03:00
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
2010-10-31 15:35:07 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-12-04 12:27:28 +03:00
|
|
|
</widget>
|
2010-11-13 20:12:13 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
2010-10-31 15:35:07 +03:00
|
|
|
<item>
|
2010-11-13 13:49:22 +03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="importBtn">
|
2017-03-07 16:10:42 +03:00
|
|
|
<property name="enabled">
|
2017-11-22 20:25:12 +03:00
|
|
|
<bool>true</bool>
|
2017-03-07 16:10:42 +03:00
|
|
|
</property>
|
2010-11-13 13:49:22 +03:00
|
|
|
<property name="text">
|
2015-06-20 09:56:49 +03:00
|
|
|
<string>&Import...</string>
|
2010-11-13 13:49:22 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="exportBtn">
|
2017-03-07 16:10:42 +03:00
|
|
|
<property name="enabled">
|
2017-11-22 20:25:12 +03:00
|
|
|
<bool>true</bool>
|
2017-03-07 16:10:42 +03:00
|
|
|
</property>
|
2010-11-13 13:49:22 +03:00
|
|
|
<property name="text">
|
2015-06-20 09:56:49 +03:00
|
|
|
<string>&Export...</string>
|
2010-11-13 13:49:22 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
2016-05-22 16:59:31 +03:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2010-11-13 13:49:22 +03:00
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Close</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2010-10-31 15:35:07 +03:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-05-22 16:59:31 +03:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>removeRuleBtn</tabstop>
|
|
|
|
<tabstop>addRuleBtn</tabstop>
|
|
|
|
<tabstop>listRules</tabstop>
|
|
|
|
<tabstop>checkRegex</tabstop>
|
|
|
|
<tabstop>checkSmart</tabstop>
|
|
|
|
<tabstop>lineContains</tabstop>
|
|
|
|
<tabstop>lineNotContains</tabstop>
|
|
|
|
<tabstop>lineEFilter</tabstop>
|
|
|
|
<tabstop>comboCategory</tabstop>
|
|
|
|
<tabstop>saveDiffDir_check</tabstop>
|
|
|
|
<tabstop>lineSavePath</tabstop>
|
|
|
|
<tabstop>browseSP</tabstop>
|
|
|
|
<tabstop>spinIgnorePeriod</tabstop>
|
|
|
|
<tabstop>comboAddPaused</tabstop>
|
|
|
|
<tabstop>listFeeds</tabstop>
|
|
|
|
<tabstop>treeMatchingArticles</tabstop>
|
|
|
|
<tabstop>importBtn</tabstop>
|
|
|
|
<tabstop>exportBtn</tabstop>
|
|
|
|
</tabstops>
|
2010-12-12 22:37:59 +03:00
|
|
|
<resources/>
|
2010-10-31 15:35:07 +03:00
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>AutomatedRssDownloader</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2010-11-13 13:49:22 +03:00
|
|
|
<x>750</x>
|
|
|
|
<y>483</y>
|
2010-10-31 15:35:07 +03:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>AutomatedRssDownloader</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2010-11-13 13:49:22 +03:00
|
|
|
<x>805</x>
|
|
|
|
<y>483</y>
|
2010-10-31 15:35:07 +03:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2010-11-13 13:49:22 +03:00
|
|
|
<connection>
|
|
|
|
<sender>saveDiffDir_check</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>label_6</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>304</x>
|
|
|
|
<y>171</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>377</x>
|
|
|
|
<y>205</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>saveDiffDir_check</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>lineSavePath</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>474</x>
|
|
|
|
<y>174</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>476</x>
|
|
|
|
<y>204</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>saveDiffDir_check</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<receiver>browseSP</receiver>
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>544</x>
|
|
|
|
<y>166</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>549</x>
|
|
|
|
<y>209</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2010-10-31 15:35:07 +03:00
|
|
|
</connections>
|
|
|
|
</ui>
|