kde-extraapps/kget/transfer-plugins/torrent/dlgtorrent.ui
Ivailo Monev 0c8850be99 kget: if torrent settings file is deleted apply default settings
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-25 12:20:40 +02:00

55 lines
1.3 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>403</width>
<height>439</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="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<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>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KTitleWidget</class>
<extends></extends>
<header>ktitlewidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>