1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

- Fix RSS layout

This commit is contained in:
Christophe Dumez 2008-06-20 19:52:21 +00:00
parent a28de2fa21
commit 80cd14e730

View File

@ -12,51 +12,14 @@
<property name="windowTitle" > <property name="windowTitle" >
<string>Search</string> <string>Search</string>
</property> </property>
<widget class="QSplitter" name="splitter" > <layout class="QVBoxLayout" name="verticalLayout" >
<property name="geometry" > <item>
<rect> <widget class="QSplitter" name="splitter" >
<x>10</x> <property name="orientation" >
<y>10</y> <enum>Qt::Horizontal</enum>
<width>786</width>
<height>424</height>
</rect>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="" >
<layout class="QVBoxLayout" >
<property name="spacing" >
<number>6</number>
</property> </property>
<property name="margin" > <widget class="QWidget" name="layoutWidget" >
<number>0</number> <layout class="QVBoxLayout" >
</property>
<item>
<widget class="QTreeWidget" name="listStreams" >
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="selectionMode" >
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="columnCount" >
<number>2</number>
</property>
<column>
<property name="text" >
<string>RSS streams:</string>
</property>
</column>
<column>
<property name="text" >
<string>2</string>
</property>
</column>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" > <property name="spacing" >
<number>6</number> <number>6</number>
</property> </property>
@ -64,150 +27,176 @@
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<spacer> <widget class="QTreeWidget" name="listStreams" >
<property name="orientation" > <property name="contextMenuPolicy" >
<enum>Qt::Horizontal</enum> <enum>Qt::CustomContextMenu</enum>
</property> </property>
<property name="sizeHint" stdset="0" > <property name="selectionMode" >
<size> <enum>QAbstractItemView::ExtendedSelection</enum>
<width>40</width>
<height>20</height>
</size>
</property> </property>
</spacer> <property name="columnCount" >
</item> <number>2</number>
<item>
<widget class="QPushButton" name="delStream_button" >
<property name="minimumSize" >
<size>
<width>55</width>
<height>32</height>
</size>
</property>
<property name="toolTip" >
<string>Delete selected streams</string>
</property>
<property name="text" >
<string/>
</property>
<property name="iconSize" >
<size>
<width>32</width>
<height>32</height>
</size>
</property> </property>
<column>
<property name="text" >
<string>RSS streams:</string>
</property>
</column>
<column>
<property name="text" >
<string>2</string>
</property>
</column>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="refreshAll_button" > <layout class="QHBoxLayout" >
<property name="minimumSize" > <property name="spacing" >
<size> <number>6</number>
<width>32</width>
<height>32</height>
</size>
</property> </property>
<property name="toolTip" > <property name="margin" >
<string>Refresh RSS streams</string> <number>0</number>
</property> </property>
<property name="text" > <item>
<string/> <spacer>
</property> <property name="orientation" >
<property name="iconSize" > <enum>Qt::Horizontal</enum>
<size> </property>
<width>32</width> <property name="sizeHint" stdset="0" >
<height>32</height> <size>
</size> <width>40</width>
</property> <height>20</height>
</widget> </size>
</item> </property>
<item> </spacer>
<widget class="QPushButton" name="addStream_button" > </item>
<property name="minimumSize" > <item>
<size> <widget class="QPushButton" name="delStream_button" >
<width>32</width> <property name="minimumSize" >
<height>32</height> <size>
</size> <width>55</width>
</property> <height>32</height>
<property name="toolTip" > </size>
<string>Add a new RSS stream</string> </property>
</property> <property name="toolTip" >
<property name="text" > <string>Delete selected streams</string>
<string/> </property>
</property> <property name="text" >
<property name="iconSize" > <string/>
<size> </property>
<width>55</width> <property name="iconSize" >
<height>32</height> <size>
</size> <width>32</width>
</property> <height>32</height>
</widget> </size>
</item> </property>
<item> </widget>
<spacer> </item>
<property name="orientation" > <item>
<enum>Qt::Horizontal</enum> <widget class="QPushButton" name="refreshAll_button" >
</property> <property name="minimumSize" >
<property name="sizeHint" stdset="0" > <size>
<size> <width>32</width>
<width>40</width> <height>32</height>
<height>20</height> </size>
</size> </property>
</property> <property name="toolTip" >
</spacer> <string>Refresh RSS streams</string>
</property>
<property name="text" >
<string/>
</property>
<property name="iconSize" >
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="addStream_button" >
<property name="minimumSize" >
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolTip" >
<string>Add a new RSS stream</string>
</property>
<property name="text" >
<string/>
</property>
<property name="iconSize" >
<size>
<width>55</width>
<height>32</height>
</size>
</property>
</widget>
</item>
<item>
<spacer>
<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> </item>
</layout> </layout>
</item> <zorder>listStreams</zorder>
</layout> <zorder></zorder>
<zorder>listStreams</zorder> </widget>
<zorder></zorder> <widget class="QWidget" name="layoutWidget" >
</widget> <layout class="QVBoxLayout" >
<widget class="QWidget" name="" >
<layout class="QVBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="margin" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="news_lbl" >
<property name="font" >
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text" >
<string>&lt;b>News:&lt;/b> &lt;i>(double-click to open the link in your web browser)&lt;/i></string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listNews" >
<property name="minimumSize" >
<size>
<width>520</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QTextBrowser" name="textBrowser" />
</item>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" > <property name="spacing" >
<number>6</number> <number>6</number>
</property> </property>
<property name="margin" > <property name="margin" >
<number>0</number> <number>0</number>
</property> </property>
<item>
<widget class="QLabel" name="news_lbl" >
<property name="font" >
<font>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text" >
<string>&lt;b>News:&lt;/b> &lt;i>(double-click to open the link in your web browser)&lt;/i></string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listNews" />
</item>
<item>
<widget class="QTextBrowser" name="textBrowser" />
</item>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="margin" >
<number>0</number>
</property>
</layout>
</item>
</layout> </layout>
</item> </widget>
</layout> </widget>
</widget> </item>
</widget> </layout>
<action name="actionDelete" > <action name="actionDelete" >
<property name="text" > <property name="text" >
<string>Delete</string> <string>Delete</string>