kde-extraapps/kget/transfer-plugins/torrent/dlgtorrent.ui
Ivailo Monev dcf5fe10d3 kget: stretch the first horizontal header column in torrent settings dialog
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-29 19:41:32 +03:00

65 lines
1.8 KiB
XML

<?xml version="1.0" encoding="System"?>
<ui version="4.0">
<class>DlgTorrent</class>
<widget class="QWidget" name="DlgTorrent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>459</width>
<height>413</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="KTitleWidget" name="ktitlewidget">
<property name="text">
<string>Torrent Settings</string>
</property>
</widget>
</item>
<item>
<widget class="QTableWidget" name="settingsTableWidget">
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>Setting</string>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
</column>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;For description of the settings visit:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://www.libtorrent.org/reference-Settings.html#settings_pack&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0057ae;&quot;&gt;https://www.libtorrent.org/reference-Settings.html#settings_pack&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KTitleWidget</class>
<extends></extends>
<header>ktitlewidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>