Unify preference window borders across the tabs

This commit is contained in:
vit9696 2017-08-14 13:40:45 +03:00
parent e2893fe68f
commit 1cb69c9b43

View file

@ -122,8 +122,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>430</width> <width>501</width>
<height>972</height> <height>893</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_9"> <layout class="QVBoxLayout" name="verticalLayout_9">
@ -671,8 +671,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>585</width> <width>591</width>
<height>1179</height> <height>1138</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout"> <layout class="QVBoxLayout" name="verticalLayout">
@ -1245,8 +1245,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>450</width> <width>501</width>
<height>759</height> <height>745</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_20"> <layout class="QVBoxLayout" name="verticalLayout_20">
@ -1712,8 +1712,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>376</width> <width>516</width>
<height>501</height> <height>525</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_5"> <layout class="QVBoxLayout" name="verticalLayout_5">
@ -1836,6 +1836,9 @@
<property name="wrapping"> <property name="wrapping">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="displayFormat">
<string notr="true">hh:mm</string>
</property>
<property name="time"> <property name="time">
<time> <time>
<hour>20</hour> <hour>20</hour>
@ -1843,9 +1846,6 @@
<second>0</second> <second>0</second>
</time> </time>
</property> </property>
<property name="displayFormat">
<string notr="true">hh:mm</string>
</property>
</widget> </widget>
</item> </item>
<item row="0" column="2"> <item row="0" column="2">
@ -1860,6 +1860,12 @@
<property name="wrapping"> <property name="wrapping">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="displayFormat">
<string notr="true">hh:mm</string>
</property>
<property name="calendarPopup">
<bool>false</bool>
</property>
<property name="time"> <property name="time">
<time> <time>
<hour>8</hour> <hour>8</hour>
@ -1867,12 +1873,6 @@
<second>0</second> <second>0</second>
</time> </time>
</property> </property>
<property name="displayFormat">
<string notr="true">hh:mm</string>
</property>
<property name="calendarPopup">
<bool>false</bool>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
@ -2099,8 +2099,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>528</width> <width>513</width>
<height>664</height> <height>679</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_7"> <layout class="QVBoxLayout" name="verticalLayout_7">
@ -2552,121 +2552,152 @@
</widget> </widget>
<widget class="QWidget" name="tabRSSPage"> <widget class="QWidget" name="tabRSSPage">
<layout class="QVBoxLayout" name="verticalLayout_25"> <layout class="QVBoxLayout" name="verticalLayout_25">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item> <item>
<widget class="QGroupBox" name="groupRSSReader"> <widget class="QScrollArea" name="scrollArea_5">
<property name="title"> <property name="widgetResizable">
<string>RSS Reader</string> <bool>true</bool>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_26"> <widget class="QWidget" name="scrollAreaWidgetContents_5">
<item> <property name="geometry">
<widget class="QCheckBox" name="checkRSSEnable"> <rect>
<property name="text"> <x>0</x>
<string>Enable fetching RSS feeds</string> <y>0</y>
</property> <width>516</width>
</widget> <height>525</height>
</item> </rect>
<item> </property>
<layout class="QGridLayout" name="gridLayout_5"> <layout class="QVBoxLayout" name="verticalLayout_27">
<item row="0" column="0"> <item>
<widget class="QLabel" name="label_111"> <widget class="QGroupBox" name="groupRSSReader">
<property name="text"> <property name="title">
<string>Feeds refresh interval:</string> <string>RSS Reader</string>
</property> </property>
<property name="alignment"> <layout class="QVBoxLayout" name="verticalLayout_26">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <item>
</property> <widget class="QCheckBox" name="checkRSSEnable">
</widget> <property name="text">
</item> <string>Enable fetching RSS feeds</string>
<item row="1" column="0"> </property>
<widget class="QLabel" name="label_12"> </widget>
<property name="text"> </item>
<string>Maximum number of articles per feed:</string> <item>
</property> <layout class="QGridLayout" name="gridLayout_5">
<property name="alignment"> <item row="0" column="0">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <widget class="QLabel" name="label_111">
</property> <property name="text">
</widget> <string>Feeds refresh interval:</string>
</item> </property>
<item row="0" column="1"> <property name="alignment">
<widget class="QSpinBox" name="spinRSSRefreshInterval"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<property name="suffix"> </property>
<string> min</string> </widget>
</property> </item>
<property name="minimum"> <item row="1" column="0">
<number>1</number> <widget class="QLabel" name="label_12">
</property> <property name="text">
<property name="maximum"> <string>Maximum number of articles per feed:</string>
<number>999999</number> </property>
</property> <property name="alignment">
<property name="value"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<number>5</number> </property>
</property> </widget>
</widget> </item>
</item> <item row="0" column="1">
<item row="1" column="1"> <widget class="QSpinBox" name="spinRSSRefreshInterval">
<widget class="QSpinBox" name="spinRSSMaxArticlesPerFeed"> <property name="suffix">
<property name="maximum"> <string> min</string>
<number>9999</number> </property>
</property> <property name="minimum">
<property name="value"> <number>1</number>
<number>100</number> </property>
</property> <property name="maximum">
</widget> <number>999999</number>
</item> </property>
<item row="1" column="2"> <property name="value">
<spacer name="horizontalSpacer_6"> <number>5</number>
<property name="orientation"> </property>
<enum>Qt::Horizontal</enum> </widget>
</property> </item>
<property name="sizeHint" stdset="0"> <item row="1" column="1">
<size> <widget class="QSpinBox" name="spinRSSMaxArticlesPerFeed">
<width>40</width> <property name="maximum">
<height>20</height> <number>9999</number>
</size> </property>
</property> <property name="value">
</spacer> <number>100</number>
</item> </property>
</layout> </widget>
</item> </item>
</layout> <item row="1" column="2">
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupRSSAutoDownloader">
<property name="title">
<string>RSS Torrent Auto Downloader</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_21">
<item>
<widget class="QCheckBox" name="checkRSSAutoDownloaderEnable">
<property name="text">
<string>Enable auto downloading of RSS torrents</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnEditRules">
<property name="text">
<string>Edit auto downloading rules...</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_5">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>267</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget> </widget>
</item> </item>
<item>
<widget class="QGroupBox" name="groupRSSAutoDownloader">
<property name="title">
<string>RSS Torrent Auto Downloader</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_21">
<item>
<widget class="QCheckBox" name="checkRSSAutoDownloaderEnable">
<property name="text">
<string>Enable auto downloading of RSS torrents</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnEditRules">
<property name="text">
<string>Edit auto downloading rules...</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_5">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout> </layout>
</widget> </widget>
<widget class="QWidget" name="tabWebuiPage"> <widget class="QWidget" name="tabWebuiPage">
@ -2693,8 +2724,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>518</width> <width>501</width>
<height>602</height> <height>636</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_23"> <layout class="QVBoxLayout" name="verticalLayout_23">