2009-12-13 01:15:55 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2018-06-14 12:54:23 +03:00
<class>PluginSelectDialog</class>
<widget class="QDialog" name="PluginSelectDialog">
2009-12-13 01:15:55 +03:00
<property name="geometry">
2007-08-31 16:06:31 +04:00
<rect>
<x>0</x>
<y>0</y>
2015-04-07 23:18:52 +03:00
<width>600</width>
2017-06-02 03:18:21 +03:00
<height>345</height>
2007-08-31 16:06:31 +04:00
</rect>
</property>
2009-12-13 01:15:55 +03:00
<property name="acceptDrops">
2007-09-02 13:01:22 +04:00
<bool>true</bool>
</property>
2009-12-13 01:15:55 +03:00
<property name="windowTitle">
2007-08-31 16:06:31 +04:00
<string>Search plugins</string>
</property>
2016-03-28 13:22:01 +03:00
<layout class="QVBoxLayout" name="pluginSelectLayout">
2007-08-31 16:06:31 +04:00
<item>
2015-08-27 14:25:14 +03:00
<widget class="QLabel" name="lbl_plugins">
2009-12-13 01:15:55 +03:00
<property name="font">
2007-08-31 16:06:31 +04:00
<font>
<weight>75</weight>
<bold>true</bold>
<underline>true</underline>
</font>
</property>
2009-12-13 01:15:55 +03:00
<property name="text">
2015-08-27 14:25:14 +03:00
<string>Installed search plugins:</string>
2007-08-31 16:06:31 +04:00
</property>
</widget>
</item>
<item>
2009-12-13 01:15:55 +03:00
<widget class="QTreeWidget" name="pluginsTree">
<property name="contextMenuPolicy">
2007-08-31 16:06:31 +04:00
<enum>Qt::CustomContextMenu</enum>
</property>
2009-12-13 01:15:55 +03:00
<property name="selectionMode">
2007-08-31 16:06:31 +04:00
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
2009-12-13 01:15:55 +03:00
<property name="uniformRowHeights">
2007-08-31 16:06:31 +04:00
<bool>true</bool>
</property>
2009-12-13 01:15:55 +03:00
<property name="itemsExpandable">
2007-08-31 16:06:31 +04:00
<bool>false</bool>
</property>
2017-10-03 16:57:09 +03:00
<property name="sortingEnabled">
<bool>true</bool>
</property>
2007-08-31 16:06:31 +04:00
<column>
2009-12-13 01:15:55 +03:00
<property name="text">
2007-08-31 16:06:31 +04:00
<string>Name</string>
</property>
</column>
2015-04-07 23:18:52 +03:00
<column>
<property name="text">
<string>Version</string>
</property>
</column>
2007-08-31 16:06:31 +04:00
<column>
2009-12-13 01:15:55 +03:00
<property name="text">
2007-08-31 16:06:31 +04:00
<string>Url</string>
</property>
</column>
<column>
2009-12-13 01:15:55 +03:00
<property name="text">
2007-08-31 16:06:31 +04:00
<string>Enabled</string>
</property>
</column>
2007-09-03 21:45:16 +04:00
<column>
2009-12-13 01:15:55 +03:00
<property name="text">
2007-09-03 21:45:16 +04:00
<string/>
</property>
</column>
2007-08-31 16:06:31 +04:00
</widget>
</item>
2017-06-02 03:18:21 +03:00
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Warning: Be sure to comply with your country's copyright laws when downloading torrents from any of these search engines.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2007-08-31 16:06:31 +04:00
<item>
2015-08-27 14:25:14 +03:00
<widget class="QLabel" name="getNewPlugin_lbl">
2009-12-13 01:15:55 +03:00
<property name="font">
2007-08-31 16:06:31 +04:00
<font>
<italic>true</italic>
</font>
</property>
2009-12-13 01:15:55 +03:00
<property name="text">
<string>You can get new search engine plugins here: <a href="http://plugins.qbittorrent.org">http://plugins.qbittorrent.org</a></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
2007-08-31 16:06:31 +04:00
</property>
</widget>
</item>
<item>
2016-03-28 13:22:01 +03:00
<layout class="QHBoxLayout" name="layout1">
2007-08-31 16:06:31 +04:00
<item>
2009-12-13 01:15:55 +03:00
<widget class="QPushButton" name="installButton">
<property name="text">
2007-08-31 16:06:31 +04:00
<string>Install a new one</string>
</property>
</widget>
</item>
<item>
2009-12-13 01:15:55 +03:00
<widget class="QPushButton" name="updateButton">
<property name="text">
2007-08-31 16:06:31 +04:00
<string>Check for updates</string>
</property>
</widget>
</item>
<item>
2009-12-13 01:15:55 +03:00
<widget class="QPushButton" name="closeButton">
<property name="text">
2007-08-31 16:06:31 +04:00
<string>Close</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
2009-12-13 01:15:55 +03:00
<action name="actionEnable">
2010-12-12 22:37:59 +03:00
<property name="checkable">
<bool>true</bool>
2007-08-31 16:06:31 +04:00
</property>
2009-12-13 01:15:55 +03:00
<property name="text">
2010-12-12 22:37:59 +03:00
<string>Enabled</string>
2007-08-31 16:06:31 +04:00
</property>
</action>
2009-12-13 01:15:55 +03:00
<action name="actionUninstall">
<property name="text">
2007-08-31 16:06:31 +04:00
<string>Uninstall</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>