2012-08-02 09:17:53 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AddFeedDialog</class>
|
|
|
|
<widget class="QDialog" name="AddFeedDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>715</width>
|
2012-08-10 14:06:29 -04:00
|
|
|
<height>605</height>
|
2012-08-02 09:17:53 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Create new feed</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2014-11-24 17:40:29 -05:00
|
|
|
<iconset>
|
2012-08-02 09:17:53 -04:00
|
|
|
<normaloff>:/images/rstray3.png</normaloff>:/images/rstray3.png</iconset>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2013-01-21 19:11:43 -05:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2012-08-02 09:17:53 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2012-12-27 19:42:27 -05:00
|
|
|
<widget class="HeaderFrame" name="headerFrame"/>
|
2012-08-02 09:17:53 -04:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_7">
|
2013-01-21 19:11:43 -05:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QGroupBox" name="typeGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Type</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="typeForumRadio">
|
|
|
|
<property name="text">
|
|
|
|
<string>Forum</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="forumComboBox"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="typeLocalRadio">
|
|
|
|
<property name="text">
|
|
|
|
<string>Local Feed</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-02 09:17:53 -04:00
|
|
|
<item row="7" column="0">
|
|
|
|
<widget class="QGroupBox" name="authenticationGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Authentication (not yet supported)</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="useAuthenticationCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Feed needs authentication</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="userLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>User</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="passwordLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="userLineEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLineEdit" name="passwordLineEdit">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="7" column="1">
|
|
|
|
<widget class="QGroupBox" name="storageTimeGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Storage time</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="storageTimeLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Days (0 = off)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QSpinBox" name="storageTimeSpinBox">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>999999999</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-11-24 17:40:29 -05:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="useStandardStorageTimeCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use standard storage time</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="clearCachePushButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear cache</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-02 09:17:53 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="8" column="1">
|
|
|
|
<widget class="QGroupBox" name="proxyGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Proxy</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="useStandardProxyCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use standard proxy</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="serverLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Server</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="proxyAddressLineEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="portLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QSpinBox" name="proxyPortSpinBox">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>65535</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-01-21 19:11:43 -05:00
|
|
|
<item row="8" column="0">
|
|
|
|
<widget class="QGroupBox" name="updateInteralGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Update interval</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QCheckBox" name="useStandardUpdateInterval">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use standard update interval</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="updateIntervalLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Interval in minutes (0 = manual)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QSpinBox" name="updateIntervalSpinBox">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<layout class="QHBoxLayout" name="lastUpdateLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lastUpdateLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Last update</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lastUpdate">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Never</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-02 09:17:53 -04:00
|
|
|
<item row="11" column="0" colspan="2">
|
2013-01-21 19:11:43 -05:00
|
|
|
<layout class="QHBoxLayout" name="buttonLayout">
|
2012-08-02 09:17:53 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-01-21 19:11:43 -05:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
<layout class="QVBoxLayout" name="descriptionLayout">
|
2012-08-13 17:35:11 -04:00
|
|
|
<item>
|
2013-01-21 19:11:43 -05:00
|
|
|
<widget class="QLabel" name="descriptionLabel">
|
2012-08-13 17:35:11 -04:00
|
|
|
<property name="text">
|
2013-01-21 19:11:43 -05:00
|
|
|
<string>Description:</string>
|
2012-08-13 17:35:11 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-01-21 19:11:43 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QPlainTextEdit" name="descriptionPlainTextEdit"/>
|
|
|
|
</item>
|
2012-08-02 09:17:53 -04:00
|
|
|
</layout>
|
|
|
|
</item>
|
2013-01-21 19:11:43 -05:00
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<layout class="QGridLayout" name="nameLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="urlLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>RSS-Feed-URL:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="urlLineEdit"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="nameLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="nameLineEdit"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
2012-08-02 09:17:53 -04:00
|
|
|
<property name="title">
|
2013-01-21 19:11:43 -05:00
|
|
|
<string>Transformation</string>
|
2012-08-02 09:17:53 -04:00
|
|
|
</property>
|
2013-01-21 19:11:43 -05:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
2012-08-02 09:17:53 -04:00
|
|
|
<item>
|
2013-01-21 19:11:43 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2012-08-02 09:17:53 -04:00
|
|
|
<item>
|
2013-01-21 19:11:43 -05:00
|
|
|
<widget class="QLabel" name="transformationTypeLabel">
|
2012-08-02 09:17:53 -04:00
|
|
|
<property name="text">
|
2013-01-21 19:11:43 -05:00
|
|
|
<string>Transformation type</string>
|
2012-08-02 09:17:53 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-01-21 19:11:43 -05:00
|
|
|
<widget class="QPushButton" name="previewButton">
|
2012-08-02 09:17:53 -04:00
|
|
|
<property name="sizePolicy">
|
2013-01-21 19:11:43 -05:00
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
2012-08-02 09:17:53 -04:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-01-21 19:11:43 -05:00
|
|
|
<string>Preview && Transformation</string>
|
2012-08-02 09:17:53 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-01-21 19:11:43 -05:00
|
|
|
<item row="3" column="1" rowspan="2">
|
2012-08-02 09:17:53 -04:00
|
|
|
<widget class="QGroupBox" name="flagGroupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Misc</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="activatedCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Activated</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="useInfoFromFeedCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use name and description from feed</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="updateForumInfoCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Update forum information</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-10 14:06:29 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="embedImagesCheckBox">
|
|
|
|
<property name="text">
|
2013-01-21 19:11:43 -05:00
|
|
|
<string>Embed images</string>
|
2012-08-10 14:06:29 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="saveCompletePageCheckBox">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save complete web page (experimental for local feeds)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-02 09:17:53 -04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-12-18 08:41:36 -05:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>HeaderFrame</class>
|
|
|
|
<extends>QFrame</extends>
|
|
|
|
<header>gui/common/HeaderFrame.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2012-08-02 09:17:53 -04:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>urlLineEdit</tabstop>
|
|
|
|
<tabstop>nameLineEdit</tabstop>
|
|
|
|
<tabstop>descriptionPlainTextEdit</tabstop>
|
|
|
|
<tabstop>typeForumRadio</tabstop>
|
|
|
|
<tabstop>forumComboBox</tabstop>
|
|
|
|
<tabstop>activatedCheckBox</tabstop>
|
|
|
|
<tabstop>useInfoFromFeedCheckBox</tabstop>
|
|
|
|
<tabstop>updateForumInfoCheckBox</tabstop>
|
|
|
|
<tabstop>useAuthenticationCheckBox</tabstop>
|
|
|
|
<tabstop>userLineEdit</tabstop>
|
|
|
|
<tabstop>passwordLineEdit</tabstop>
|
|
|
|
<tabstop>useStandardStorageTimeCheckBox</tabstop>
|
|
|
|
<tabstop>storageTimeSpinBox</tabstop>
|
|
|
|
<tabstop>useStandardUpdateInterval</tabstop>
|
|
|
|
<tabstop>updateIntervalSpinBox</tabstop>
|
|
|
|
<tabstop>useStandardProxyCheckBox</tabstop>
|
|
|
|
<tabstop>proxyAddressLineEdit</tabstop>
|
|
|
|
<tabstop>proxyPortSpinBox</tabstop>
|
|
|
|
<tabstop>buttonBox</tabstop>
|
|
|
|
</tabstops>
|
2014-11-24 17:40:29 -05:00
|
|
|
<resources/>
|
2012-08-02 09:17:53 -04:00
|
|
|
<connections/>
|
|
|
|
</ui>
|