mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
149 lines
3.9 KiB
Plaintext
149 lines
3.9 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>FeedReaderConfig</class>
|
||
|
<widget class="QWidget" name="FeedReaderConfig">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>508</width>
|
||
|
<height>378</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="updateGroupBox">
|
||
|
<property name="title">
|
||
|
<string>Update</string>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="updateIntervalLabel">
|
||
|
<property name="text">
|
||
|
<string>Interval in minutes (0 = manual)</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QSpinBox" name="updateIntervalSpinBox">
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>50</width>
|
||
|
<height>16777215</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>999999999</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="storageTimeGroupBox">
|
||
|
<property name="title">
|
||
|
<string>Storage time</string>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="storageTimeLabel">
|
||
|
<property name="text">
|
||
|
<string>Days (0 = off)</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<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>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="proxyGroupBox">
|
||
|
<property name="title">
|
||
|
<string>Proxy</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="0" colspan="4">
|
||
|
<widget class="QCheckBox" name="useProxyCheckBox">
|
||
|
<property name="text">
|
||
|
<string>Use 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="3">
|
||
|
<widget class="QSpinBox" name="proxyPortSpinBox">
|
||
|
<property name="maximum">
|
||
|
<number>65535</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="2">
|
||
|
<widget class="QLabel" name="potLabel">
|
||
|
<property name="text">
|
||
|
<string>:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QGroupBox" name="miscGroupBox">
|
||
|
<property name="title">
|
||
|
<string>Misc</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout_2">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QCheckBox" name="setMsgToReadOnActivate">
|
||
|
<property name="text">
|
||
|
<string>Set message to read on activate</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<spacer name="verticalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>301</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|