2009-12-13 01:15:55 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2007-08-31 16:06:31 +04:00
<class>engineSelect</class>
2009-12-13 01:15:55 +03:00
<widget class="QDialog" name="engineSelect">
<property name="geometry">
2007-08-31 16:06:31 +04:00
<rect>
<x>0</x>
<y>0</y>
2007-09-03 21:45:16 +04:00
<width>541</width>
2007-08-31 16:06:31 +04:00
<height>254</height>
</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>
2009-12-13 01:15:55 +03:00
<layout class="QVBoxLayout">
2007-08-31 16:06:31 +04:00
<item>
2009-12-13 01:15:55 +03:00
<widget class="QLabel" name="lbl_engines">
<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">
2007-08-31 16:06:31 +04:00
<string>Installed search engines:</string>
</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>
<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>
<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>
<item>
2009-12-13 01:15:55 +03:00
<widget class="QLabel" name="getNewEngine_lbl">
<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="textFormat">
<enum>Qt::AutoText</enum>
</property>
<property name="openExternalLinks">
<bool>true</bool>
2007-08-31 16:06:31 +04:00
</property>
</widget>
</item>
<item>
2009-12-13 01:15:55 +03:00
<layout class="QHBoxLayout">
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>