kde-extraapps/kget/transfer-plugins/bittorrent/advanceddetails/webseedstab.ui
2014-11-19 17:18:01 +00:00

73 lines
2.3 KiB
XML

<ui version="4.0" >
<class>WebSeedsTab</class>
<widget class="QWidget" name="WebSeedsTab" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>482</width>
<height>300</height>
</rect>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="KLineEdit" name="m_webseed" >
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Bitstream Vera Sans'; font-size:8pt; font-weight:400; font-style:normal;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Webseed to add to the torrent.&lt;/p>
&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Note: &lt;/span>Only http webseeds are supported.&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QPushButton" name="m_add" >
<property name="text" >
<string>Add Webseed</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QTreeView" name="m_webseed_list" >
<property name="rootIsDecorated" >
<bool>false</bool>
</property>
<property name="sortingEnabled" >
<bool>true</bool>
</property>
<property name="allColumnsShowFocus" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1" >
<layout class="QVBoxLayout" >
<item>
<widget class="QPushButton" name="m_remove" >
<property name="text" >
<string>Remove Webseed</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>